On Fri, Nov 20, 2009 at 11:14 AM, Carsten Haese <carsten.ha...@gmail.com>wrote:

> Kevin neglected to mention that the new interpreter session must be
> started in the same directory as the one you're in when you run your
> testMail.py script. Since he didn't mention that, we can't be sure that
> that's what you did, so this experiment doesn't prove anything.
>
> Please show us a copy-and-paste of your command line window contents
> that result from executing <<python testMail.py>> and then executing
> <<python -c "import email; print email">> immediately thereafter.
>

[r...@13gems globalsolutionsgroup.vi]# python testMail.py
Traceback (most recent call last):
  File "testMail.py", line 2, in ?
    import smtplib
  File "/usr/lib64/python2.4/smtplib.py", line 49, in ?
    from email.base64MIME import encode as encode_base64
ImportError: No module named base64MIME
[r...@13gems globalsolutionsgroup.vi]# python -c "import email; print email"
<module 'email' from 'email.pyc'>
TIA,
V
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to