--
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to pyins...@googlegroups.com.
To unsubscribe from this group, send email to pyinstaller...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
Add :
import email.mime.text # patch to make pyinstaller force import missing library
Pynstaller will add this dependancy in the .exe.
It will remove the error you see.
Perhaps, there is something that wan be done inside pyinstaller code (like an hook) but never tried J
De : pyins...@googlegroups.com
[mailto:pyins...@googlegroups.com] De la part de joao abrantes
Envoyé : mercredi 16 décembre 2009 11:31
À : pyins...@googlegroups.com
Objet : Re: [PyInstaller] Re: Email.mime.text import error