Browse Source
As of September 2017 the Pyinstaller version on PyPi is not ready for Python 3.6 and / or multiprocessing. I stopped trying to use Pyinstaller for distribution. The experiment is still available in the `pyinstaller` branch.master
Holger Frey
7 years ago
3 changed files with 3 additions and 24 deletions
@ -1,10 +0,0 @@ |
|||||||
pyinstaller ^ |
|
||||||
--noconfirm ^ |
|
||||||
--additional-hooks-dir=. ^ |
|
||||||
--hidden-import=packaging ^ |
|
||||||
--hidden-import=packaging.version ^ |
|
||||||
--hidden-import=packaging.specifiers ^ |
|
||||||
--hidden-import=packaging.requirements ^ |
|
||||||
--name MagneticTrap ^ |
|
||||||
--icon Household-Mouse-Trap.ico ^ |
|
||||||
run_magnetic_trap.py |
|
Loading…
Reference in new issue