Re: [Twisted-Python] Twisted Trac keeps on bugging

2009-08-20 Thread exarkun
On 11:24 am, gabriel.rosse...@arimaz.com wrote: >Hello everyone, > >I must be the onlyone having problems with this, sin no one has said >anything, but the Twisted Trac keeps on bugging out on me, I get : This is an intermittent failure. Most people encounter it at some point. If you're interes

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] Telnet server using Twisted and AuthenticatingTelnetProtocol

2009-08-20 Thread exarkun
On 07:07 am, filoufake-pyt...@yahoo.fr wrote: >Hello, > >I have created a telnet server in python. > >Maybe you wonder why to create a telnet server while Windows has one? >Because the windows telnet server does not allow to interract with the >desktop. If you try to start a GUI app, it will start

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] Twisted Trac keeps on bugging

2009-08-20 Thread Gabriel Rossetti
Hello everyone, I must be the onlyone having problems with this, sin no one has said anything, but the Twisted Trac keeps on bugging out on me, I get : Traceback (most recent call last): File "/srv/trac/.local/lib/python2.5/site-packages/trac/web/api.py", line 382, in send_error 'text/htm

Re: [Twisted-Python] Happy Twisted User

2009-08-20 Thread Colin Alston
On Tue, Aug 18, 2009 at 2:02 PM, Reza Lotun wrote: > > Don't get too excited. Now I know I can blame you when it breaks! ;-) > > No worries. Fee free to ping me directly if you have any problems with it. > Feature request: Let me make regex filters for tweets. Ie. so I can filter off when peopl

[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

[Twisted-Python] Telnet server using Twisted and AuthenticatingTelnetProtocol

2009-08-20 Thread filoufake-python
Hello, I have created a telnet server in python. Maybe you wonder why to create a telnet server while Windows has one? Because the windows telnet server does not allow to interract with the desktop. If you try to start a GUI app, it will start and run but will not be displayed on the server deskt