This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JohnJackson
Recipients JohnJackson, barry, gpolo
Date 2008-04-13.00:21:50
SpamBayes Score 0.057023622
Marked as misclassified No
Message-id <1208046112.94.0.989855180819.issue2622@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-04-13 00:21:53JohnJacksonsetspambayes_score: 0.0570236 -> 0.057023622
recipients: + JohnJackson, barry, gpolo
2008-04-13 00:21:52JohnJacksonsetspambayes_score: 0.0570236 -> 0.0570236
messageid: <1208046112.94.0.989855180819.issue2622@psf.upfronthosting.co.za>
2008-04-13 00:21:51JohnJacksonlinkissue2622 messages
2008-04-13 00:21:50JohnJacksoncreate