[Pythonmac-SIG] py2app: email.iterators

Jim Tittsler jwt at onjapan.net
Fri Aug 15 04:41:41 CEST 2008


I'm using py2app 0.3.6 and python.org Python 2.5.2 to bundle up a new  
application that uses the email module.  The special 'email' recipe  
seems to pick up all of the files in email/ except iterators.pyc and  
generator.pyc... and when I launch my newly made application an error  
appears:
   ImportError: No module named iterators
Do I need to something more than just specify the email package?



More information about the Pythonmac-SIG mailing list