cxfreeze
luca72
lucaberto at libero.it
Fri Oct 12 02:17:27 EDT 2007
More information about the Python-list mailing list
Fri Oct 12 02:17:27 EDT 2007
- Previous message (by thread): pyserial doesn't recognize virtual serial port
- Next message (by thread): Need suggestion on a GTalk Webservice
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello i use under linux cx-freeze
My python program import a small module were i set the encoding to iso
8859-1.
When i make the executable with cxfreeze and i run it i get this
error:
Traceback (most recent call last):
File "/home/luca72/Desktop/Luca/python/cx_Freeze-3.0.3/initscripts/
Console.py", line 27, in <module>
exec code in m.__dict__
File "main.py", line 4, in <module>
File "form_pack_impl.py", line 13, in <module>
File "sitecustomize.py", line 3, in <module>
LookupError: unknown encoding: iso-8859-1
Can you help me
Regards
Luca
- Previous message (by thread): pyserial doesn't recognize virtual serial port
- Next message (by thread): Need suggestion on a GTalk Webservice
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list