[Twisted-Python] SMTP
Jp Calderone
exarkun at meson.dyndns.org
Fri Nov 1 21:05:58 MST 2002
Applied with no problem, but:
======================================================================
ERROR: list() -> new list
----------------------------------------------------------------------
Traceback (most recent call last):
File "./pyunit/unittest.py", line 210, in __call__
testMethod()
TypeError: 'list' object is not callable
======================================================================
as well as the LoopbackSMTPTestCase hanging forever with me eventually
hitting Ctrl+c yielding the almost information-free traceback below:
ERROR: testMessages (twisted.test.test_smtp.LoopbackSMTPTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./twisted/test/test_smtp.py", line 142, in testMessages
self.loopback(protocol, clientProtocol)
File "./twisted/test/test_smtp.py", line 132, in loopback
loopback.loopbackTCP(server, client)
File "./twisted/protocols/loopback.py", line 114, in loopbackTCP
reactor.iterate()
File "/home/exarkun/projects/python/Twisted/twisted/internet/base.py",
line 199, in iterate
self.runUntilCurrent()
File "/home/exarkun/projects/python/Twisted/twisted/internet/base.py",
line 303, in runUntilCurrent
self._delayeds.runUntilCurrent()
File "/home/exarkun/projects/python/Twisted/twisted/internet/main.py",
line 223, in runUntilCurrent
d.runUntilCurrent()
KeyboardInterrupt
But maybe the first couple frames are helpful somehow.
Jp
--
| This
| signature
| intentionally
| 8 lines
| long.
| (So sue me)
---
--
11:00pm up 9:51, 7 users, load average: 1.63, 1.39, 1.10
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: </pipermail/twisted-python/attachments/20021101/c430ea19/attachment.sig>
More information about the Twisted-Python
mailing list