I have put up a snapshot tarball of pygtk with the threading patches.  It
will not add any features for people who do not have thread support built
into python (you can check by running python -c "import thread").  If you
do have thread support in your python, and want to test the threding
support, try this snapshot.

As I said before, you should be able to write your program just like any
other multithreaded one, except when calling gtk routines from a thread
other than the GTK mainloop one (ie. not from a GTK callback), surround
them with calls to threads_enter() and threads_leave().

The snapshot is available at the usual location:
  ftp://ftp.daa.com.au/pub/james/python/pygtk-SNAP-19990409.tar.gz
I am interested in both positive and negative feedback.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to