[pygtk] Possible incompatibility of threading and pygtk?

Adiv orion1992_12 at yahoo.com
Sat Jun 7 06:04:26 WST 2008


So, it may not be the best idea to come running for help this early, but frankly I'm stumped. I want to use pymedia and pygtk to write a media player. I wrote a module creating an AudioPlayer class that plays audio files using threads, so the program can do other things while the track is playing, i.e. file management. When run through the command line, the module works fine. When run through a Tkinter interface, the module works fine. When I try and run the module through a pygtk interface, though, it works fine other than the fact that no sound gets played. The module gives all indications that it is playing short of providing actual bitdata, but my ears tell me otherwise. Could the problem be an incompatibility between the thread module and pygtk? My first assumption was incompatibility between pymedia and pygtk, but Google disproved that notion.


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20080606/8615e94b/attachment.htm


More information about the pygtk mailing list