wxAnyThread for upcoming 2.8.11 release

I'm using wxAnyThread (from PyPi) to provide thread-safe updating of the
GUI from worker threads. I presume this works as advertised, but can't
really confirm as my app seemed to work without it.

This would seem like a very useful thing to add to wxPython
distribution. Any chance of adding it to the upcoming 2.8.11 release ??

Of course, if this is already integrated (implicitly or explicitly) then
nothing needs to be done :slight_smile:

Cheers, Brendan.

···

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

It's too late for 2.8.11 since I've already done a code freeze, but for future reference there are a few things that need to happen to include 3rd party modules into the wx.lib.

* The code's author should offer the code to wxPython (I don't go out and just slurp up everything I can find.)

* The author should have a firm commitment to maintain the code for the foreseeable future, including bug fixing, enhancements, and reviewing patches from others.

* The code should use the wxWindows License.

···

On 5/18/10 8:52 PM, Brendan Simon (eTRIX) wrote:

I'm using wxAnyThread (from PyPi) to provide thread-safe updating of the
GUI from worker threads. I presume this works as advertised, but can't
really confirm as my app seemed to work without it.

This would seem like a very useful thing to add to wxPython
distribution. Any chance of adding it to the upcoming 2.8.11 release ??

Of course, if this is already integrated (implicitly or explicitly) then
nothing needs to be done :slight_smile:

--
Robin Dunn
Software Craftsman

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en