On 16/05/13 03:49, Michael Lange wrote:
I never used pygame myself, so I can only guess that the pygame method
you use (pygame.mixer.music.play()?) does not return until the playback is
done.

No, music.play() is not supposed to block. However, I haven't tried to use
it outside the context of a pygame app, so I don't know how it behaves if
there isn't a pygame event loop running.

--
Greg
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to