I am using a program that sends emails. While I am runing it under the
extension .py it works fine when I turn it into an .exe using the
trunk version it gives me this error when i run the .exe :

Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "mail\build\pyi.win32\mail\outPYZ1.pyz/email", line 79, in
__getattr__
  File "C:\windowz\newproject\trunk\iu.py", line 458, in importHook
    raise ImportError, "No module named %s" % fqname
ImportError: No module named email.mime.text

What can I do to solve this?

--

You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.


Reply via email to