From: Emilio J. M. M. <ejm...@gm...> - 2015-03-23 23:52:28
|
Dear py2exe fellow users: I'm new to Python, as well as to py2exe. Nevertheless, I already have a module for which I need to build and distribuite it's own Windows executable file. This is my development environment: - Windows 7 Pro x64 - Python 3.3.4 - py2exe 0.9.2.2 Following documentation, I built the EXE with no problem. My issue is that when I go to the DIST folder and execute the EXE file, I get a program crash, with the following error message: Fatal Python error: Py_Initialize: unable to load the file system codec ImportError: no module named 'encodings'. I already did some research on py2exe's site, and found this interesting page: http://www.py2exe.org/index.cgi/EncodingsAgain?highlight=%28encodings%29 I followed solutions 1 and 2, but the result is the same. I would very much appreciate any help I can get. Best regards to all ============== Emilio Méndez |