pyinstaller
Bundling data files with PyInstaller (--onefile)
I\'m trying to build a one-file EXE with PyInstaller which is to include an image and an icon. I cannot for the life of me get it to work with --onefile.[详细]
2023-04-11 18:21 分类:问答Pyinstaller, NameError: global name 'quit' is not defined
I have a python script which runs just fine, however after running pyinstall开发者_JAVA技巧er, I get the following when I use a quit() or exit() command:[详细]
2023-04-06 02:46 分类:问答PyInstaller, spec file, ImportError: No module named 'blah'
I am trying to build a python script via PyInstaller.I have used the following commands to configure, generate a spec file, and build:[详细]
2023-04-05 17:37 分类:问答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 分类:问答Can I control the architecture (32bit vs 64bit) when building a pyinstaller executable?
Short Question Is there any way to control / guarantee the architecture (32bit vs 64bit) when building a pyinstaller executable?[详细]
2023-03-30 03:35 分类:问答Compile app with Pyinstaller, but do not launch cmd when running resulting exe
How can I \"compile\" a GUI application with Pyinstaller, and only get the GUI wxPython generates, when I run the executable? At the moment, when I run the exe, a cmd window pops up, and then the wxPy[详细]
2023-03-22 11:47 分类:问答PyInstaller Problem
I created an exe version of my python program with pyinstaller. But When I try to run my app from 开发者_运维百科[详细]
2023-03-17 15:56 分类:问答How to create hook modules for PyInstaller?
I\'ve recently made a script using PyQt and a few other packages that I\'d like to distribute to other people, and I\'ve been trying to get it into an exe using PyInstaller.[详细]
2023-03-14 05:43 分类:问答PyQt: best way to do the trick "start at boot" for my program in Windows
I\'m usi开发者_高级运维ng PyQt to develop an application that in Windows, if set in preferences, should be able to start at boot.[详细]
2023-03-09 17:10 分类:问答PyInstaller creates slow executable
I\'m using PyInstaller to create a single executable of a python program using PyQt.It creates the .exe and runs fine, but takes between 15 to 20 seconds to start.I thought I could get by with creatin[详细]
2023-03-05 11:16 分类:问答