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.

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 …

python pyinstaller
Windows- Pyinstaller Error "failed to execute script " When App Clicked

I am having a tough time overcoming this error, I have searched everywhere for that error message and nothing seems …

python windows tkinter pyinstaller
Pyinstaller setting icons don't change

When I use the command: pyinstaller.exe --icon=test.ico -F --noconsole test.py All icons do not change to …

python icons pyinstaller executable
How to install PyInstaller?

(I'm on Windows.) I want to use PyInstaller. I could always create bin files with pyinstaller.py [args]. It's not …

python installation pyinstaller
No module named when using PyInstaller

I try to compile a Python project under Windows 7 using PyInstaller. The project works fine, there are no issues, however …

python numpy matplotlib pyqt4 pyinstaller
Getting rid of console output when freezing Python programs using Pyinstaller

I have recently written a fairly simple program for my grandfather using Python with GUI from Tkinter, and it works …

python pyinstaller
How to convert python .py file into an executable file for use cross platform?

I've been searching through SO for a while now trying to come up with an answer to this but due …

python exe py2exe cx-freeze pyinstaller
Determining application path in a Python EXE generated by pyInstaller

I have an application that resides in a single .py file. I've been able to get pyInstaller to bundle it …

python executable relative-path pyinstaller
Comprehensive tutorial on Pyinstaller?

I'm looking for a tutorial on PyInstaller that will explain things like how to create .pkg files how to include/…

python documentation pyinstaller
Reducing size of pyinstaller exe

I have a simple pandas pyinstaller exe which is over 40MB. My exe example: import collections import csv import selenium …

python pandas selenium selenium-webdriver pyinstaller