[issue2622] Import errors in email.message.py

John Jackson report at bugs.python.org
Sun Apr 13 02:21:52 CEST 2008


John Jackson <johnjackson at pobox.com> added the comment:

Yes. If the code is used to build a standalone application with py2app 
on the Mac, here's the end of the stack trace:
  File "controller.pyo", line 17, in <module>
  File "readMail.pyo", line 15, in <module>
  File "mailbox.pyo", line 1294, in <module>
  File "email/__init__.pyo", line 79, in __getattr__
  File "email/message.pyo", line 86, in <module>
  File "email/message.pyo", line 784, in Message
  File "email/__init__.pyo", line 79, in __getattr__
ImportError: No module named iterators

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2622>
__________________________________


More information about the Python-bugs-list mailing list