Thanks a ton!<br><br>Just for the eventual webcrawler that logs this, the gtk package requires a separate thread init function to allow python threads to play nice. <br><br><div><span class="gmail_quote">On 9/23/07, <b class="gmail_sendername">
Gabriel Genellina</b> <<a href="mailto:gagsl-py2@yahoo.com.ar">gagsl-py2@yahoo.com.ar</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
En Sun, 23 Sep 2007 16:10:03 -0300, Kurtis Heimerl <<a href="mailto:munncha@gmail.com">munncha@gmail.com</a>><br>escribi�:<br><br>> I'll explain a bit more. This thread is spawned, I also have the main<br>> thread
<br>> running a gtk windowed gui. The gui has it's own threads to deal with<br>> button<br>> presses and such. The problem is that the gui never seems to let anyone<br>> else<br>> run. Only on button presses that cause blocking calls (
<br>> ossaudiodev.audio.read for instance) does the reader thread print<br>> anything.<br><br>Google for "python gtk threading tutorial"<br><br>--<br>Gabriel Genellina<br><br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">
http://mail.python.org/mailman/listinfo/python-list</a></blockquote></div><br>