On Wed, Oct 21, 2009 at 10:43 AM, Chris Fuller <[email protected]> wrote: > > on differences: > > The downloads include binaries, so there have to be distinct files for Linux > and Windoze. If you download the same versions, there shouldn't be any > noticeable differences, with one big exception: multithreading and PyGTK > don't mix well on Windows. Your application might run perfectly (and look > correct) on Linux, but in Windoze it's a mess.
Wow. You can't make a multithreaded Windows GUI app using PyGTK? That is a huge limitation - in my experience most large GUI programs do use threads to allow the GUI to be responsive during long-running tasks. Kent _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
