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.

Pyinstaller adding data files

I'm struggling with pyinstaller. Whenever I build this specific script with a kivy GUI and a .kv file, and run …

kivy pyinstaller kivy-language
pyinstaller creating EXE RuntimeError: maximum recursion depth exceeded while calling a Python object

I am running WinPython 3.4.4.3 with pyinstaller 3.2 (obtained via pip install pyinstaller). Now I've got some really simple Qt4 code that …

python recursion scipy exe pyinstaller
Pyinstaller "Failed to execute script pyi_rth_pkgres" and missing packages

This is my first time posting a question here as most of my questions have already been answered by someone …

python opencv ffmpeg pyinstaller
How to properly create a pyinstaller hook, or maybe hidden import?

I have two packages (say, dataread and datainspector) that were somehow not detected by PyInstaller. Because of this, the application …

python pyinstaller
How to use pyinstaller?

Okay so I'm a complete noob in programming and I'm trying to compile a simple program I wrote that takes …

python compilation pyinstaller
Pyinstaller and --onefile: How to include an image in the exe file

I have created an exe file using Pyinstaller. pyinstaller.exe --onefile --icon='Loco.ico program.py In the program, I …

python pyinstaller
Pyinstaller is not recognized as internal or external command

I am trying to use pyinstaller in cmd but I receive error: C:\Users\username>pyinstaller 'pyinstaller' is not …

python pyinstaller
Fatal Python error: initfsencoding: unable to load the file system codec

I have created a .exe file of a simple script with intentions to run it on a server however I …

python exe pyinstaller codec
Program made with PyInstaller now seen as a Trojan Horse by AVG

About a month ago, I used PyInstaller and Inno Setup to produce an installer for my Python 3 script. My AVG …

pyinstaller antivirus virus
PyInstaller 2.0 bundle file as --onefile

I'm trying to bundle my py script as an .exe using PyInstaller 2.0. I am able to bundle the script, but …

python pyinstaller