Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44896
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:not': 0.03; 'mrab': 0.05; 'subject:code': 0.07; 'subject:file': 0.07; 'subject:Why': 0.09; '(via': 0.16; '12:57': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'url:moin': 0.24; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'url:python': 0.33; 'subject:the': 0.34; 'received:google.com': 0.35; 'google': 0.35; 'accuracy': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'gmail': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'groups.': 0.74; 'subject:this': 0.83; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Ld8xuxk2cWl7fWhcbbnumtoh0z2023AYa36unocuw1o=; b=MGNpvYYvB56ssZUfWSWDL5Uh43Ufabp0yx95+yaZgS6ENLJc5eFwSQb5bjfyt860pZ /ovoGGNe0+4X/rVIeaZrup40kMQfYYf+stjutXLcvj8M1oU/x/LKt2HqIYbwJKP1G41i gBMdxIkzwyrr+NP/oHj0X2oBSYk9TDEqWBkAaXTIBAVW39MdTH2QGuv/G+tb6MZTVJqO mdNIkx8NAhkOE0peF5O76/MLbNjDLmlxPFoHYQdRm5UThOXPKJclkDpVTeFWjfAKqILj 1/0RlSq4fDLjf2eLBqSNPUp6smUX9EU4OSxMmmxDqLIgjOGuBNGwjGn8+lAs0Os2pWhO sqZg== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.50.7 with SMTP id y7mr1514502ven.24.1367939184778; Tue, 07 May 2013 08:06:24 -0700 (PDT) |
| In-Reply-To | <51891677.1020009@mrabarnett.plus.com> |
| References | <69b77965-5ff5-4c6f-a73d-0826b06353f0@googlegroups.com> <mailman.1402.1367924006.3114.python-list@python.org> <85771dda-4289-4cfb-a96f-23809664913e@googlegroups.com> <51891677.1020009@mrabarnett.plus.com> |
| Date | Wed, 8 May 2013 01:06:24 +1000 |
| Subject | Re: Why sfml does not play the file inside a function in this python code? |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1414.1367939186.3114.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1367939186 news.xs4all.nl 15867 [2001:888:2000:d::a6]:45229 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44896 |
Show key headers only | View raw
On Wed, May 8, 2013 at 12:57 AM, MRAB <python@mrabarnett.plus.com> wrote: > Also, please read this: > > http://wiki.python.org/moin/GoogleGroupsPython > > because gmail insists on adding extra linebreaks, which can be somewhat > annoying. Accuracy correction: It's nothing to do with gmail, which is what I use (via python-list subscription). It's just Google Groups. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Why sfml does not play the file inside a function in this python code? cheirasacan@gmail.com - 2013-05-07 02:27 -0700
Re: Why sfml does not play the file inside a function in this python code? MRAB <python@mrabarnett.plus.com> - 2013-05-07 11:53 +0100
Re: Why sfml does not play the file inside a function in this python code? cheirasacan@gmail.com - 2013-05-07 06:56 -0700
Re: Why sfml does not play the file inside a function in this python code? MRAB <python@mrabarnett.plus.com> - 2013-05-07 15:57 +0100
Re: Why sfml does not play the file inside a function in this python code? cheirasacan@gmail.com - 2013-05-07 13:02 -0700
Re: Why sfml does not play the file inside a function in this python code? Chris Angelico <rosuav@gmail.com> - 2013-05-08 01:06 +1000
dist-packages or site-packages in Python 3.2 ? Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2013-05-07 19:03 +0200
csiph-web