[Twisted-Python] NT Service

Donovan Preston dp at twistedmatrix.com
Wed Mar 5 16:21:41 EST 2003


Whoops, typo in my code. Sorry.

On Wednesday, March 5, 2003, at 01:18 PM, Donovan Preston wrote:
>
>     # This is for creating a web root and listening on a port manually;
>     # You could also probably load a tap but I don't know how.
>     from twisted.web import server, static
>     site = server.Site(static.File("c:\\web"))
>
>     app.listenTCP(8080, site)





More information about the Twisted-Python mailing list