Am 05.11.2013 um 13:47 schrieb Laurens Van Houtven <[email protected]>:
> Looks like you're missing a bunch of imports; where is meteoService coming
> from in the tac file? Are these really the files you're attempting to run?
This is the complete tac file:
---
from twisted.application import internet, service
from meteo import meteoFactory
application = service.Application('meteo')
meteoService = internet.TCPserver(80, meteoFactory(), interface='91.216.35.82')
# interface='2a02:d40:2:2::82')
meteoService.setServiceParent(application)
---
Axel
---
PGP-Key:29E99DD6 ☀ +49 151 2300 9283 ☀ computing @ chaos claudius
_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web