wx.py.shell Execution Thread

Is there a way to configure a wx.py.shell such that it processes
commands outside of the wxpython event loop (in a thread other than
wxpython main)? I know I can create threads to accomplish this, but
I'd rather have a shell that wasn't running inside of the wxpython
main thread.

No, but it would be an interesting addition. Another thing that has been discussed but not implemented by anyone yet is to have a PyShell that runs its code in another process.

···

On 12/14/09 1:31 PM, Mears wrote:

Is there a way to configure a wx.py.shell such that it processes
commands outside of the wxpython event loop (in a thread other than
wxpython main)? I know I can create threads to accomplish this, but
I'd rather have a shell that wasn't running inside of the wxpython
main thread.

--
Robin Dunn
Software Craftsman