On mer, 2009-03-04 at 08:31 +0100, roberto lorenzi wrote: > Hi, > > I've installed pyinstaller trunk and some problem are fixed but > running the executable I got another error when the program call a > method ".as_string()" of module MIMEMultipart: > > Traceback (most recent call last): > File "<string>", line 93, in <module> > File "<string>", line 71, in Send > File > "c:\Python25\pyinstaller\Email_Sender\build\pyi.win32\Email_Sender\outPYZ > 1.pyz/email.message", line 128, in as_string > File > "c:\Python25\pyinstaller\Email_Sender\build\pyi.win32\Email_Sender\outPYZ > 1.pyz/email", line 79, in __getattr__ > File "C:\Python25\pyinstaller\iu.py", line 443, in importHook > raise ImportError, "No module named %s" % fqname > ImportError: No module named email.generator
It's another hidden import that had eluded me. I have fixed it in r640 in PyInstaller trunk. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
