Re: [Twisted-Python] Twistd .tac + wxpython

2009-08-21 Thread Gabriel Rossetti
Glyph Lefkowitz wrote: > Hi Gabriel, > > On Thu, Aug 20, 2009 at 5:20 AM, Gabriel Rossetti > mailto:gabriel.rosse...@arimaz.com>> wrote: > > I thought > of maybe putting the wx mainloop in a thread and using the standard > reactor but I don't know how well this works or even if it's po

Re: [Twisted-Python] Twistd .tac + wxpython

2009-08-20 Thread David Ripton
On 2009.08.20 21:00:52 +, Mikhail wrote: > What GUI library would you recommend instead of wx? If clean integration with Twisted is the primary goal, PyGTK. The gtk2reactor integration is fantastic. -- David Riptondrip...@ripton.net ___ Twist

Re: [Twisted-Python] Twistd .tac + wxpython

2009-08-20 Thread exarkun
On 09:00 pm, ter...@gmail.com wrote: Hi Glyph, Glyph Lefkowitz twistedmatrix.com> writes: If you've already got all the appropriate code to separate out the GUI into a separate thread and communicate with the networking components via message queues, then this should work just fine.  Normal

Re: [Twisted-Python] Twistd .tac + wxpython

2009-08-20 Thread Mikhail
Hi Glyph, Glyph Lefkowitz twistedmatrix.com> writes: > > If you've already got all the appropriate code to separate out the GUI into a separate thread and communicate with the networking components via message queues, then this should work just fine.  Normally I'd suspect wx (which I find to be

Re: [Twisted-Python] Twistd .tac + wxpython

2009-08-20 Thread Mikhail
> One of them uses wxpython. I originally used the wxreactor but it seams > to have some problems on Mac OS X and Windows, so with help from some I've used wxreactor the same way as John and used py2exe on Windows and cxFreeze and PyInstaller on Linux to crate a single executable file. This was

Re: [Twisted-Python] Twistd .tac + wxpython

2009-08-20 Thread John Crawford
>I have some services written that I'd like to run in a ta.c w/ twistd. >One of them uses wxpython. I originally used the wxreactor but it seams >to have some problems on Mac OS X and Windows, so with help from some >people on this list I ended up using the wx mainloop as the mainloop and >putting

Re: [Twisted-Python] Twistd .tac + wxpython

2009-08-20 Thread Glyph Lefkowitz
Hi Gabriel, On Thu, Aug 20, 2009 at 5:20 AM, Gabriel Rossetti < gabriel.rosse...@arimaz.com> wrote: > I thought > of maybe putting the wx mainloop in a thread and using the standard > reactor but I don't know how well this works or even if it's possible. > If you've already got all the appropria

[Twisted-Python] Twistd .tac + wxpython

2009-08-20 Thread Gabriel Rossetti
Hello everyone, I have some services written that I'd like to run in a ta.c w/ twistd. One of them uses wxpython. I originally used the wxreactor but it seams to have some problems on Mac OS X and Windows, so with help from some people on this list I ended up using the wx mainloop as the mainlo