py2exe
Py2Exe Location [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: how can i get the executable's current directory in py2exe?[详细]
2023-03-12 10:12 分类:问答Why do i get this traceback error?
This is the error i get: Traceback开发者_运维知识库 (most recent call last): File \"dwload.py\", line 9, in <module>[详细]
2023-03-10 14:23 分类:问答Compiled code does not load image using qrc in pyqt4
Ive created a program using pyqt4 as GUI Ive used resource file or .qrc to load background image. My problem is when i compiled it using py2exe, the background image is not loaded.[详细]
2023-03-09 20:43 分类:问答weird py2exe error
I made this code into an executable with py2exe: # File: zipfile-example-1.py from Tkinter import * import zipfile[详细]
2023-03-09 15:31 分类:问答Python, best approach for unicode support?
I have a Python application that gets multilingual information from web开发者_如何学运维sites, and it presents them in a small GUI window (wxpython based).[详细]
2023-03-09 00:37 分类:问答How can I build py2exe without errors?
I\'m not a windows user typically, but I need to build exe\'s from my python code so I\'d like to use py2exe to do this. I have an XP system where I installed python 2.6.6. I downloaded the py2exe-0.6[详细]
2023-03-05 09:40 分类:问答Has anyone used rpy2 with py2exe?
I am hoping to port some Python code that uses RPY2开发者_如何学Python to run R functions into dlls using py2exe then, ultimately, to COM objects for integration with a C# project of a collaborator.[详细]
2023-03-01 17:46 分类:问答Is there a way to specify the build directory for py2exe
I can set the final dist directory of py2exe using the command lin开发者_开发问答e: python setup.py py2exe -d \"my/dist/dir\"[详细]
2023-03-01 08:40 分类:问答Compiled python script returns WindowsError: [Error 3] after using py2exe [duplicate]
This question already has an answer here: Python, pygame, py2exe (1 answer) Closed last month. So I have been writing this game for a while now and finally have it finished. However due t[详细]
2023-03-01 04:57 分类:问答py2exe cannot import Module from other directory
I am bundling python source code with py2exe. The directory structure is as follows: some_Mod.py some_dir/another_dir/some_Mod.py[详细]
2023-03-01 04:48 分类:问答