I'm back with another issue that I couldn't resolve :-) ! I'm not
trying to annoy... really... I'm not.
In my python script:
import encodings
from encodings import *
import encodings.cp1252
import encodings.idna
import encodings.hex_codec
import encodings.latin_1
import encodings.utf_8
import encodings.utf_16
import encodings.utf_16_le
import encodings.ascii
After built with pyinstaller (svn rev 306), I run my program and
receive the error:
Traceback (most recent call last):
File "<string>", line 3, in ?
File "/home/ueoff/Desktop/pyinstaller/iu.py", line 334, in
importHook
raise ImportError, "No module named %s" % fqname
ImportError: No module named encodings
Any suggestions?
--Artie
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---