I\'m having a hard time finding py2exe recipes, especially for cases that require c extensions. The following recipe works fine without the \"ext_modules\" part.With it I get \"NameError: name \'Exte
I built a rather simple application in Python 3.1 using PyQt4. Being done, I want the application to be distributed to computers without either of those installed.
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JAVA百科
It\'s my understanding that py2exe can only dynamically link a python2x.dll file.Are there any Python \"compilers\" out开发者_JAVA技巧 there that can package it all into one standalone .exe file for e
We\'d like to create a Django Intranet application for mass market. We only need to support Windows users, and it needs to be very easy for a Windows admin (or \"technical user\") to deploy (baring in
When I do the following in my setup file, windows=[ { \'script\': \'gulhane.py\', \'icon_resources\': [(1, \"icon.ico\")]
I\'m trying to compile my python script into a single .exe using gui2exe (which uses py2exe to create a .exe). My program is using wxWidgets and everytime I try to compile it I get the following error
I developed a small program using python and wxwidgets. It is a very simple program that uses only a mini frame to display some information when needed, and the rest of the time it shows nothing, only
I have a python script that calls out to two Sysinternals tools (sigcheck and accesschk). Is there a way I can bundle these executables into a py2exe so that subprocess.Popen can see it when it runs?
My PyQt application works fine when running on Linux, when in my Windows build environment, or frozen on the machine where it was build with py2exe. But after moving the frozen executable and its supp