py2exe
ImportError: cannot import name Publisher
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:[详细]
2023-02-18 12:03 分类:问答Why Is My Stackless Executable So Much Smaller
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[详细]
2023-02-17 22:08 分类:问答Making exe using py2exe + sqlalchemy + mssql
I have a problem with making exe using py2exe. In my project i\'m using sqlalchemy with mssql module.[详细]
2023-02-17 02:21 分类:问答Py2exe lxml woes
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[详细]
2023-02-17 01:15 分类:问答Python Popen hanging with psexec - undesired results
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:[详细]
2023-02-15 00:16 分类:问答My python build binaries not really running as 64bit program in AMD Win2003r2x64 machine
My problem is my python binaries not running as 64bits program on my amd64(Opteron 8214, 4 cpu) server.[详细]
2023-02-14 08:40 分类:问答py2exe IOErrors on Windows 7 32-bit systems
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[详细]
2023-02-14 04:18 分类:问答.PY into .EXE Python 2.6
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..[详细]
2023-02-12 20:51 分类:问答Can 64-bit python create 32-bit Windows executables
I have a new 64-bit Windows machine and use python for various things and so would prefer to install 64-bit python.[详细]
2023-02-09 20:46 分类:问答PyQt app: gif files don't show after compiling with py2exe
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[详细]
2023-02-07 09:21 分类:问答