xen1:~# telnet localhost 9601
Trying 127.0.0.1...
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line 65, in callWithLogger
callWithContext({"system": lp}, func, *args, **kw)
File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line 52, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib/python2.3/site-packages/twisted/python/context.py", line 32, in callWithContext
return func(*args,**kw)
File "/usr/lib/python2.3/site-packages/twisted/internet/pollreactor.py", line 160, in _doReadOrWrite
why
i'm running debian sarge with python 2.3 and twisted 1.2.0-1.1 (debian package version)
Could that be the cause of the problems? from the looks of it i can probably fix it myself but i'd rather fix twisted if that is what's broken.
thanks
james