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)