Top "Pyinstaller" questions

PyInstaller is a multi-platform tool designed to convert Python (.py) files into stand-alone executable files on Windows, Linux, macOS, Solaris, and AIX.

App created with PyInstaller has a slow startup

I have an application written in Python and 'compiled' with PyInstaller. It also uses PyQt for the GUI framework. Running …

python windows performance pyinstaller
exe-file created by pyinstaller, not find self-defined modules while running

I create two python files, and the directory/file relations is as follows: mytest--- |---mycommon.py |---myMainDir--- |----myMain.py In …

python python-2.7 python-3.x python-2.6 pyinstaller
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? Background …

python windows usb 32bit-64bit pyinstaller
PyInstaller not working on simple HelloWorld Program

So I am running on 64-bit Windows 7, and I set up Pyinstaller with Pip and PyWin32. I have python 2.7. I …

python-2.7 pyinstaller
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 …

python mysql pyinstaller importerror
python requests can't find a folder with a certificate when converted to .exe

I have a program that pools ad stats from different marketing systems. Everything works fine untill i convert it to …

python-requests python-3.5 pyinstaller facebook-marketing-api
Including a directory using Pyinstaller

All of the documentation for Pyinstaller talks about including individual files. Is it possible to include a directory, or should …

python installation include pyinstaller packaging
Using --onefile with a .spec in PyInstaller

I'm "compiling" a program using PyInstaller using a .spec file. I'm using the .spec file because I need to include …

python pyinstaller
How can i make a application with single .exe file using python?

Possible Duplicate: py2exe - generate single executable file I made a application.exe from application.py using "pyinstaller".There …

python pyinstaller
Build Multiple .py files into a single executable file using pyinstaller

I have made a small pyqt application of 5 and 6 .py files.Now I want to build them and compiled them …

python pyqt5 exe pyinstaller