On Thu, December 30, 2004 11:26 am, Simon Waldman said: > >>> error: uncaptured python exception, closing channel >>><__main__.SMTPChannel connected 127.0.0.1:1702 at 0x403fdccc> >>>(exceptions.IOError:failure delivering message to command >>>"['/usr/bin/tmda-inject', '-c', '/home/simon/.tmda/config', >>>'[EMAIL PROTECTED]']" (command "['/usr/bin/tmda-inject', '-c', >>>'/home/simon/.tmda/config', '[EMAIL PROTECTED]']" exited 1 (Traceback >>>(most recent call last): >>> File "/usr/bin/tmda-inject", line 142, in ? >>> orig_msgout_as_string = Util.msg_as_string(msgout) >>> File "/usr/lib/python2.3/site-packages/TMDA/Util.py", line 549, in >>>msg_as_string >>> genclass = Generator.HeaderParsedGenerator >>>AttributeError: 'module' object has no attribute >>>'HeaderParsedGenerator')) [/usr/lib/python2.3/asyncore.py|read|69] >>>[/usr/lib/python2.3/asyncore.py|handle_read_event|390] >>>[/usr/lib/python2.3/asynchat.py|handle_read|136] >>>[/usr/bin/tmda-ofmipd|found_terminator|837] >>>[/usr/bin/tmda-ofmipd|process_message|1202] >>>[/usr/lib/python2.3/site-packages/TMDA/Util.py|pipecmd|395]) >> >> >> It looks like something is picking up the wrong Python library code. >> >> Take a look at: >> >> http://mla.libertine.org/tmda-users/2004-01/msg00228.html > > Hmm. Thanks for the pointer. > > If I understand correctly then if it is the same problem as mentioned in > that link, it would be due to having an extra python script somewhere of > the same name as a TMDA one which is being used by mistake?
Most likely, yes. > According to locate there isn't any other Util.py on my system... or am > I being thick? It sounds like it's something in the email package - possibly the Generator or HeaderParsedGenerator classes, or something that creates/manages/configures them. -- Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO [EMAIL PROTECTED] http://www.nvidia.com/ [EMAIL PROTECTED] http://www.wwwdotorg.org/pgp.html _____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
