My program saves data to an external .py file for use later on. This works fine normally, however once converted to an executable, it saves a file externally, but only draws from the internal data.
I\'m having some trouble getting Py2exe to bundle all the files into a single .exe. It works fine for me when I don\'t bundle them together. So this is the setup.py script I use when I\'m not bundling
Py2exe builds the executable without exceptions. When I run the executable, a log file is generated with the following:
I really do not know what\'s wrong! I tried to install py2exe on my mac but got lots of errors! Output is here because it\'s very long: http://pastebin.com/Ls96ythJ
I have just compiled my django application to an exe using py2exe. But I don\'t have any idea how to make django translation work (I mean built in translation, not my own translation files).
I\'ve searched this for ages and tried everything. Just can\'t make it work. What I want to do is to make a stand-alone exe of my small program that uses Tkinter, for Windows. This far I\'ve accompli
I have racked my brain on getting Mechanize to install without an egg in Win7.I have tried the easy_install --allways-unzip method.The easy_install -Z method.Added .pth file in the site-packages direc
I\'ve made my first Python program, using Python 3.2. Now I\'m trying to figure out how to make it an executable.
I decided to try gui2exe for making my executables, but I cannot get it to work, with neither PyInstaller, Py2exe or cxFreeze. It creates a non-starting executable (I run it, it starts loading, then i
i\'m trying to change the compiled exe\'s icon and such using this script for my setup.py: setup(name = \"Program Title\",