[Twisted-Python] Small Problem -twisted web

Andrew Bennetts andrew-twisted at puzzling.org
Sat Dec 13 21:03:23 EST 2003


On Sat, Dec 13, 2003 at 05:44:33PM -0800, Mike Owens wrote:
> 
>     def SvcDoRun (self):
>         we.WaitForSingleObject(self.hWaitStop, we.INFINITE)
>         self.Application.listenTCP(80, server.Site(self.root))
>         return

You need to call reactor.run() here.  Search the mailing list archives for
working examples of Twisted NT services.

-Andrew.





More information about the Twisted-Python mailing list