I have a c++ app that calls another python one (bundled into开发者_JS百科 an exe with py2exe) So I have 2 apps.
After some big frustration I did it! I converted my django app to an \"exe\" one to run as a single standalone app on windows (using cherrypy as a WSGI server)
I`m trying to freeze my application using Py2exe. My app uses PyQt4 and it apparently works fine with py2exe. But once I`ve uninstalled PyQt, it shows the following error:
There are several utilities — all with different procedures, limitations, and target operating systems — for getting a Python package and all of its dependencies and turning them into a single binar
I use a c++ dll in 开发者_Go百科python. That dll uses other dlls. I want to know if it\'s possible to include all the dll\'s in my .exe using py2exe without calling them directlly. If so, how can I d
I have an app with two packages.. My setup.py is like this: sys.argv.append(\'py2exe\') setup( options = {\'py2exe\': {\'bundle_files\': 1}},
So my problem is the look and feel from my application, as it looks like an old look app. It is an wxPython application, 开发者_Python百科and on python it runs fine and looks fine, but when I convert
I have a program that uses the win32com library to control iTunes, but have been having some issues getting it to compile into an executable. The problem seems to revolve around using DispatchWithEven
I am planning to use py2exe to make an application developped with Python 2.6. 开发者_JAVA技巧It seems that my app need the VC redistribuables : http://www.py2exe.org/index.cgi/Tutorial#Step5
i have created an exe from py2exe. After successfully creating the exe, i开发者_高级运维 got the following error when i run main.exe.