<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:garamond,new york,times,serif;font-size:12pt">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.<br><div> </div><br><div><br></div></div><br>
</body></html>