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 josiahcarlson
Recipients
Date 2005-02-16.17:43:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=341410

If you were to make your 'email.py' file contain the
following...

#!/user/bin/python
from __future__ import absolute_import
import email
print 1

It should import the email package.
History
Date User Action Args
2007-08-23 15:37:35adminlinkissue946373 messages
2007-08-23 15:37:35admincreate