New submission from yinian1992: 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. ---------- components: Library (Lib) files: __init__.patch keywords: patch messages: 172126 nosy: yinian1992 priority: normal severity: normal status: open title: MIMEApplication cannot access versions: Python 2.7 Added file: http://bugs.python.org/file27439/__init__.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16146> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com