[Twisted-Python] cannot get simple example to run

glyph at divmod.com glyph at divmod.com
Mon Apr 28 13:38:54 MDT 2008


On 07:23 pm, klok000 at gmail.com wrote:
>I start the server and it seems to be happy to sit around and accept
>connections.  However when I run the client it quits (without saying 
>why)
>and no connection is made.  Any help would be very much appreciated. 
>Here's
>the code, log messages below that.  Thanks!

You forgot "reactor.run()", so effectively the program never starts :).




More information about the Twisted-Python mailing list