Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22492 > unrolled thread
| Started by | Mik <mikprog@gmail.com> |
|---|---|
| First post | 2012-03-29 05:41 -0700 |
| Last post | 2012-04-03 21:17 +1000 |
| Articles | 6 — 5 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: weird behaviour: pygame plays in shell but not in script Mik <mikprog@gmail.com> - 2012-03-29 05:41 -0700
Re: weird behaviour: pygame plays in shell but not in script Mik <mikprog@gmail.com> - 2012-03-30 04:16 -0700
Re: weird behaviour: pygame plays in shell but not in script Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-04-03 14:47 +0200
Re: weird behaviour: pygame plays in shell but not in script alex23 <wuwei23@gmail.com> - 2012-03-29 20:33 -0700
Re: weird behaviour: pygame plays in shell but not in script rusi <rustompmody@gmail.com> - 2012-03-30 05:46 -0700
Re: weird behaviour: pygame plays in shell but not in script Chris Angelico <rosuav@gmail.com> - 2012-04-03 21:17 +1000
| From | Mik <mikprog@gmail.com> |
|---|---|
| Date | 2012-03-29 05:41 -0700 |
| Subject | Re: weird behaviour: pygame plays in shell but not in script |
| Message-ID | <cc1e2137-8519-4df8-af5f-6325d8a63022@w5g2000yqi.googlegroups.com> |
I can't believe I am so dumb! after sound.play() the script was terminating!!!! I didn't notice that 'play()' actually returns... What a nice way to introduce myself to the group!!! :-) sorry for bothering you guys :-)
[toc] | [next] | [standalone]
| From | Mik <mikprog@gmail.com> |
|---|---|
| Date | 2012-03-30 04:16 -0700 |
| Message-ID | <f81e3ef1-b83e-414d-a435-beb78a083d0b@z17g2000yqf.googlegroups.com> |
| In reply to | #22492 |
Oh thanks alex! that's kind! PS: It looks like a party indeed: plenty of interesting discussions :-) On Mar 30, 4:33 am, alex23 <wuwe...@gmail.com> wrote: > On Mar 29, 10:41 pm, Mik <mikp...@gmail.com> wrote: > > > What a nice way to introduce myself to the group!!! :-) > > Hey, don't beat yourself up, you: > > - summarised the problem in the subject heading > - included actual code showing the problem > - reported back on the problem you found > > That puts you ahead of most new posters. > > > sorry for bothering you guys :-) > > No bother at all, welcome to the party :)
[toc] | [prev] | [next] | [standalone]
| From | Jean-Michel Pichavant <jeanmichel@sequans.com> |
|---|---|
| Date | 2012-04-03 14:47 +0200 |
| Message-ID | <mailman.1271.1333457239.3037.python-list@python.org> |
| In reply to | #22504 |
Mik wrote: > Oh thanks alex! > that's kind! > > PS: It looks like a party indeed: plenty of interesting > discussions :-) > > On Mar 30, 4:33 am, alex23 <wuwe...@gmail.com> wrote: > >> On Mar 29, 10:41 pm, Mik <mikp...@gmail.com> wrote: >> >> >>> What a nice way to introduce myself to the group!!! :-) >>> >> Hey, don't beat yourself up, you: >> >> - summarised the problem in the subject heading >> - included actual code showing the problem >> - reported back on the problem you found >> >> That puts you ahead of most new posters. >> >> >>> sorry for bothering you guys :-) >>> >> No bother at all, welcome to the party :) >> > > Welcome Mik ! JM PS : please don't top post in this list
[toc] | [prev] | [next] | [standalone]
| From | alex23 <wuwei23@gmail.com> |
|---|---|
| Date | 2012-03-29 20:33 -0700 |
| Message-ID | <0fce59a2-68ac-4c1d-96f5-5e155bcd404e@pg2g2000pbb.googlegroups.com> |
| In reply to | #22492 |
On Mar 29, 10:41 pm, Mik <mikp...@gmail.com> wrote: > What a nice way to introduce myself to the group!!! :-) Hey, don't beat yourself up, you: - summarised the problem in the subject heading - included actual code showing the problem - reported back on the problem you found That puts you ahead of most new posters. > sorry for bothering you guys :-) No bother at all, welcome to the party :)
[toc] | [prev] | [next] | [standalone]
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Date | 2012-03-30 05:46 -0700 |
| Message-ID | <ce0e0f25-5d9d-4b36-8775-54077c088f95@9g2000pbn.googlegroups.com> |
| In reply to | #22506 |
On Mar 30, 8:33 am, alex23 <wuwe...@gmail.com> wrote: > On Mar 29, 10:41 pm, Mik <mikp...@gmail.com> wrote: > > > What a nice way to introduce myself to the group!!! :-) > > Hey, don't beat yourself up, you: > > - summarised the problem in the subject heading > - included actual code showing the problem > - reported back on the problem you found > > That puts you ahead of most new posters. Well said. I only disagree with the 'new' <wink>
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-04-03 21:17 +1000 |
| Message-ID | <mailman.1266.1333451823.3037.python-list@python.org> |
| In reply to | #22492 |
On Thu, Mar 29, 2012 at 11:41 PM, Mik <mikprog@gmail.com> wrote: > > I can't believe I am so dumb! > > after sound.play() the script was terminating!!!! > I didn't notice that 'play()' actually returns... > > What a nice way to introduce myself to the group!!! :-) > > sorry for bothering you guys :-) You've just proven one of the great benefits of asking a question: you suddenly discover the answer for yourself. It's arguable whether it's primarily caused by the action of coalescing your question into text, or some outworking of Murphy's Law, but both are involved. Welcome to the party. There's some trolls over there *gestures to the corner* and some smart guys over there *gestures to the other corner* and a few snakes and comedians around *gestures to the random pythons and Pythons and Pythons and pythons* and don't forget the lurkers lurking around. Enjoy yourself, learn something, educate someone! Chris Angelico
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web