On 12/24/2010 1:48 AM, Pranav Ravichandran wrote:
The mp3 file is in the same folder as the .py file. When I run it, it plays the mp3 file, but python freezes up. I noticed that the same thing happens when I type pyglet.app.run() in interactive mode.
I'm not exactly sure if this is what the problem is, but Python will 'freeze' until it returns from a process (running the pyglet app), it's normal behavior.
That said, you -can- affect the running app by modifying its source and reloading the affected part (ignoring some details there), but as far as I know most people don't develop with Python that way.
-- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
