I succesfully created an executable version (Py2exe, Pyinstaller) of my application. When I try to run the app from .exe, I get an error as follows in the log file:
I wrote a few games for a competition in Stackless Python and needed to create an executable. Accidentally though, I used CPython 2.6 instead of using Stackless Python 2.5 to build the executable. I r
I have a problem with making exe using py2exe. In my project i\'m using sqlalchemy with mssql module.
I have a wxpython application that depends on lxml and works well when running it through the python interpreter. However, when creating an exe with py2exe, I got this error
I\'m having an issue with subprocess.Popen and what I believe to be pipes.I have the following block of code which works without issue 100% of the time when running from the cli:
My problem is my python binaries not running as 64bits program on my amd64(Opteron 8214, 4 cpu) server.
I have a script that uses py2exe for Windows 32-bit Python 2.6, using Python 2.6.2. This script has exception handling built in and works correctly on Windows 7 64-bit systems and Windows XP systems i
I\'m trying to convert my .PY script into a .EXE file, in the pro开发者_C百科cess I have tried PY2EXE with the following command line..
I have a new 64-bit Windows machine and use python for various things and so would prefer to install 64-bit python.
For some reason on my system (Windows XP 32-bit, Python 2.6) PyQt is able to disp开发者_如何学JAVAlay gifs perfectly when run in the python interpreter, but when I run it through py2exe, they no longe