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 Wubbulous
Recipients Wubbulous, brett.cannon
Date 2007-12-16.23:45:01
SpamBayes Score 0.54764205
Marked as misclassified No
Message-id <1197848702.15.0.751627442734.issue1632@psf.upfronthosting.co.za>
In-reply-to
Content
I have attempted the following separately: import email   import 
email.Utils    import email.utils

they each return the error:
Traceback (most recent call last):

  File "C:\Panda3D-1.4.2\python\lib\smtplib.py", line 49, in ?
    from email.base64MIME import encode as encode_base64
ImportError: No module named base64MIME
History
Date User Action Args
2007-12-16 23:45:02Wubbuloussetspambayes_score: 0.547642 -> 0.54764205
recipients: + Wubbulous, brett.cannon
2007-12-16 23:45:02Wubbuloussetspambayes_score: 0.547642 -> 0.547642
messageid: <1197848702.15.0.751627442734.issue1632@psf.upfronthosting.co.za>
2007-12-16 23:45:02Wubbulouslinkissue1632 messages
2007-12-16 23:45:01Wubbulouscreate