L
luca72
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
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