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.

Kivy: compiling to a single executable

Didn't get a response in the kivy forum, so trying here. When I compile the tutorial pong code as a …

python kivy pyinstaller
Python 3.6.x PyInstaller gives error "No module named 'PyQt5.sip'"

I developed a few programs that runs well on Python 3.5.4, but because of some errors about win32 made me go …

python pyqt5 sip pyinstaller
How to include dependencies from venv directory when running pyinstaller for project built in Pycharm?

I'm new to Python and PyCharm. I'm running on OSX High Sierra. I've created a project in PyCharm that uses …

python pycharm pyinstaller macos-high-sierra
How to compile all resources into one executable file?

I've wrote GTK application with python. All graphical user interface is in glade file, and there are some images used. …

python compiler-construction pygtk glade pyinstaller
Python Windows service pyinstaller executables error 1053

I have written a Windows service in python. If I run my script from the command prompt python runService.py …

python windows service py2exe pyinstaller
after compiling python program, how to input arguments

After import sys, I use sys.argv to get input arguments. But after I compile my program with pyinstaller, the …

python pyinstaller
how to build .exe for python 3.5+, 3.6 if possible?

Is there now an easy protocol to build a .exe from python 3.5+, using modules pyqtgraph, qt5, theano, pymc3, numpy, scipy, …

python pyinstaller py2exe cx-freeze pynsist
Adding a data file in Pyinstaller using the onefile option

I'm trying to add an image to the one file produced by Pyinstaller. I've read many questions/forums like this …

python python-3.x python-3.6 pyinstaller
pyinstaller error: OSError: Python library not found: libpython3.4mu.so.1.0, libpython3.4m.so.1.0, libpython3.4.so.1.0

I'm using Python 3.4.4 on Centos7. I've created a python program on my local machine that makes use of qt modules. …

python python-3.x pyqt4 pyinstaller
Python: how to specify output folders in Pyinstaller .spec file

I am using python 3.5 and pyinstaller version 3.1.1. I have specified a .spec file, called SCADAsync_spec.spec, as follows: block_…

python pyinstaller