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
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
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
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
> 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
>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
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
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