py2exe
From a .py file converted to an .exe (using py2exe), how do you import data from a written file?
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.[详细]
2023-04-08 01:00 分类:问答Py2exe bundling files into a single exe
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[详细]
2023-04-07 15:52 分类:问答py2exe executable generates log file error
Py2exe builds the executable without exceptions. When I run the executable, a log file is generated with the following:[详细]
2023-04-06 17:16 分类:问答py2exe mac os x install trouble
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[详细]
2023-04-05 18:42 分类:问答Django translation and py2exe
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).[详细]
2023-04-05 09:45 分类:问答Python 2.7 (with Tkinter) project into a stand-alone exe?
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[详细]
2023-04-05 08:16 分类:问答Need solution to Non Egg Install of Mechanize - Py2exe fails
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[详细]
2023-04-05 07:50 分类:问答Python 3 project into exe?
I\'ve made my first Python program, using Python 3.2. Now I\'m trying to figure out how to make it an executable.[详细]
2023-04-04 19:21 分类:问答I am having problems with creating executables with gui2exe
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[详细]
2023-04-04 10:55 分类:问答py2exe command prompt exe change shell window size and colors?
i\'m trying to change the compiled exe\'s icon and such using this script for my setup.py: setup(name = \"Program Title\",[详细]
2023-04-04 10:00 分类:问答