I downloaded cx_Freeze from here, installed it successfully on Ubuntu following 
this thread .

After run python3 setup.py build in cx_Freeze/samples/simple,then change the 
dir to cx_Freeze/samples/simple/build/exe.linux-i686-3.4,run the following 
command ,I got the error

?7?4  exe.linux-i686-3.4  ./hello

Fatal Python error: Py_Initialize: Unable to get the locale encoding

ImportError: No module named 'encodings'

[1]    3950 abort      ./hello

?7?4  exe.linux-i686-3.4  

any idea on fixing this issue ?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to