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?

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to