[wxPython] download issues for gui_thread package fixed

Several people have reported some download problems for the tar file
of gui_thread:

http://www.scipy.org/Members/eric/gui_thread

Hopefully they've been fixed. If you get some error about needing to log
in,
please report it to me. This shouldn't be necessary.

thanks,

eric

···

--------------------------------------------------------------------
Original message follows:

Hello,

Here's a package ready for wider use and testing.

The gui_thread package runs wxPython in a secondary thread leaving, the
Python command line interpreter running in the primary thread. It allows
users to create and interact with any type of wxPython window from the
Python command line.

The event based mumbo-jumbo needed to interact between threads is handled by
creating proxy classes that wrap around wxPython classes. See the page for
more details.

It is designed to work on Windows, Linux, and hopefully other platforms.

http://www.scipy.org/Members/eric/gui_thread

Consider the code alpha, and please report an bug fixes you find --
especially you Linux gurus.

thanks,

eric