<div class="gmail_quote">On Fri, Nov 20, 2009 at 11:14 AM, Carsten Haese <span dir="ltr"><<a href="mailto:carsten.haese@gmail.com">carsten.haese@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Kevin neglected to mention that the new interpreter session must be<br>
started in the same directory as the one you're in when you run your<br>
testMail.py script. Since he didn't mention that, we can't be sure that<br>
that's what you did, so this experiment doesn't prove anything.<br>
<br>
Please show us a copy-and-paste of your command line window contents<br>
that result from executing <<python testMail.py>> and then executing<br>
<<python -c "import email; print email">> immediately thereafter.<br></blockquote><div><br>[root@13gems <a href="http://globalsolutionsgroup.vi">globalsolutionsgroup.vi</a>]# python testMail.py<br>Traceback (most recent call last):<br>
  File "testMail.py", line 2, in ?<br>    import smtplib<br>  File "/usr/lib64/python2.4/smtplib.py", line 49, in ?<br>    from email.base64MIME import encode as encode_base64<br>ImportError: No module named base64MIME<br>
[root@13gems <a href="http://globalsolutionsgroup.vi">globalsolutionsgroup.vi</a>]# python -c "import email; print email"<br><module 'email' from 'email.pyc'><br>TIA,<br>V<br></div></div><br>