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 yinian1992
Recipients yinian1992
Date 2012-10-05.20:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349467849.56.0.764914408405.issue16146@psf.upfronthosting.co.za>
In-reply-to
Content
I have a python 2.7.3 installation both on Debian 6 and Windows 7. And under both environment email.mime.application cannot access.

>>> email.mime.application
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'application'

It seems that the import list of email module's __init__.py doesn't include it.
History
Date User Action Args
2012-10-05 20:10:49yinian1992setrecipients: + yinian1992
2012-10-05 20:10:49yinian1992setmessageid: <1349467849.56.0.764914408405.issue16146@psf.upfronthosting.co.za>
2012-10-05 20:10:49yinian1992linkissue16146 messages
2012-10-05 20:10:48yinian1992create