RIF: [pygtk] How can I give real threading effect?

2005-05-03 Thread Gatti Lorenzo
originale- Da: Mahmad Sadique Hannure [mailto:[EMAIL PROTECTED] Inviato: mar 03/05/2005 1.17 A: pygtk@daa.com.au Cc: Oggetto: [pygtk] How can I give real threading effect? I working with Audio, So I am developed a dialog box and given 3(play, stop, pause) buttons wh

[pygtk] How can I give real threading effect?

2005-05-03 Thread Mahmad Sadique Hannure
I working with Audio, So I am developed a dialog box and given 3(play, stop, pause) buttons when i press play button it will play an mp3 file, but other button are not worked till mp3 song will not complete. So I used threading.Thread module in such way class MyPlay(thearding.Thread): def