Is anyone able to get pyAA working with py2exe? pyAA can be downloaded here. I have trying to do this for the last 2 days and I am unable to reach a solution till now.The example files are like given
The script I ran # p2e_simple_con.py # very simple script to make an executable file with py2exe # put this script and your code script into the same folder
I have a Python program uses Qt (PyQt4 in fact) and when I launch it from its main.py, I get a console window and the GUI window (on Windows, of course).
I\'ve an python GUI application, I use pyQt4. I build binary with bbfreeze (before I was using py2exe but it didn\'t work with email module well).
I use Py2exe to package a Python application with quite a few dependant packages. While Py2exe works flawlessly the resulting dist/ folder with the executable contains a large number (10-15) of suppor
i\'m trying making a com dll in python. but i try register to compiled dll have a error message \"run time error r6034\" and \"could not load python dll\" what is the solution this problem ?
I\'m trying to compile to an exe my script of python, but I\'m getting an error that I\'m not know how to resolve...
I wrote program to control iTunes by monitoring keystrokes from with pyHooks and then interfaceing with the iTunes COM interface.
I have a Python script that I\'d like to compile into a Windows executable. Now, py2exe works fine from Windows, but I\'d like to be able to run this from Linux. I do have Windows on my development ma
I have an application that displays some HTML in a QWebview, which references images on the local file system. This works fine directly running the python. When compiling via py2exe, the images no lon