Skip to content

mhils/pyinstaller-pyproject-editable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyInstaller + editable pyproject.toml installs

Working:

$ pip install .
$ pyinstaller --clean --onefile bin/repro.py
$ dist/repro
hello world

Crash:

$ pip install -e .
$ pyinstaller --clean --onefile bin/repro.py
$ dist/repro
Traceback (most recent call last):
  File "repro.py", line 1, in <module>
ModuleNotFoundError: No module named 'my_module'
[2041] Failed to execute script 'repro' due to unhandled exception!

About

MRE for a PyInstaller Bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages