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.

How to include chromedriver with pyinstaller?

I am using pyinstaller to create an executable of my python script. In the script I'm using these imports: from …

python windows selenium selenium-chromedriver pyinstaller
Any pyinstaller detailed example about hidden import for psutil?

I want to compile my python code to binary by using pyinstaller, but the hidden import block me. For example, …

python pyinstaller psutil
PyInstaller does not recognize downloaded pywin32

I have downloaded Python 2.7.3, PyInstaller (compatible with 2.7) and pywin32 (compatible with 2.7) and restarted my machine, but when I enter the …

pywin32 pyinstaller
Add config file outside Pyinstaller --onefile exe into dist directory

Situation I'm using Pyinstaller on Windows to make an .exe file of my project. I would like to use --onefile …

python pyinstaller
Building Cython-compiled python code with PyInstaller

I am trying to build a Python multi-file code with PyInstaller. For that I have compiled the code with Cython, …

python cython pyinstaller
Python scripts on DD-WRT embedded router

I've written two Python (2.x) scripts to perform the following: Custom Proxy server (imports optparse, ConfigParser, TLDextract, SocketServer...) Web admin …

python pyinstaller openwrt dd-wrt
Auto updating a python executable generated with pyinstaller

I have a desktop app that I'm working on and I am using PyInstaller to generate de distribution files. I …

python py2exe pyinstaller esky
Can't run binary from within python aws lambda function

I am trying to run this tool within a lambda function: https://github.com/nicolas-f/7DTD-leaflet The tool depends on …

python python-2.7 amazon-web-services aws-lambda pyinstaller
MatplotlibDeprecationWarning with Pyinstaller .exe

I have run into a warning that only appears when the pyinstaller executable is run. ...appdata\local\programs\python\python37…

python-3.x matplotlib pyinstaller
Why Do I get an ImportError when building a .exe with pyinstaller?

I just created a small GUI program that compiles and works fine in IPython, but when I try to export …

python ipython scikit-learn pyinstaller py2app