From: SourceForge.net <no...@so...> - 2004-06-07 09:49:48
|
Bugs item #967653, was opened at 2004-06-06 09:02 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=967653&group_id=47611 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Serguei A. Mokhov (mokhov) Assigned to: Nobody/Anonymous (nobody) Summary: ImportError: cannot import name formataddr Initial Comment: Hello, I have Python 2.2 installed. After upgrading to syncmail 2.1 I started getting the below. Looks like it cannot find 'formataddr' for some reason. Any insight on the matter would be appreciated. Checking in wrappers/Worker.java; /cvsroot/gipsy/gipsy/src/gipsy/wrappers/Worker.java,v <-- Worker.java new revision: 1.9; previous revision: 1.8 done Traceback (most recent call last): File "/cvsroot/gipsy/CVSROOT/syncmail", line 103, in ? from email.Utils import formataddr ImportError: cannot import name formataddr -s ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-07 02:49 Message: Logged In: NO formataddr was added to python v2.2.2 - syncmail will fail on any version before that. Sounds like you need to upgrade your python... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=967653&group_id=47611 |