Systemcluster / pyinstaller-crash

Minimal project crashing pyinstaller 3.5+, for reference

Home Page:https://github.com/pyinstaller/pyinstaller/issues/4467

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project crashes PyInstaller 3.5+ on Windows. Test with Python 3.7 and recent Pipenv.

To reproduce, clone and navigate into this repo and run the following commands:

pipenv install

pipenv run pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

pipenv run pyinstaller --clean --log-level DEBUG  .\main.spec

You should see a stacktrace ending with win32ctypes.pywin32.pywintypes.error: (2, 'LoadLibraryExW', 'The system cannot find the file specified.').

About

Minimal project crashing pyinstaller 3.5+, for reference

https://github.com/pyinstaller/pyinstaller/issues/4467


Languages

Language:Python 100.0%