Ionutz Borcoman [Sat, Jan 03, 2004 at 06:41:58PM +0200]: > I am trying to use threads and PyGTK together (under M$ Windows) with no > success. I have attached the small program to this e-mail.
http://www.daa.com.au/pipermail/pygtk/2002-June/002923.html http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq20.001.htp (and rest of section 20) > Am I doing something wrong ? Yes, you are using threads :) http://www.kuro5hin.org/story/2002/11/18/22112/860 I'd use threads only if I was completly sure, that I can't do it with other approach. I recommend event-driven environments instead, like Twisted Python, http://twistedmatrix.com -- Michal Pasternak :: http://pasternak.w.lub.pl :: http://winsrc.sf.net :: free, legal mp3 :: darmowe, legalne mp3 :: http://magnatune.com :: _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
