-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Collin Green edited this page Oct 2, 2016
·
1 revision
Welcome to the chronolapse wiki!
Over time, the dependencies of this have become very unwieldy. Here are some random notes for getting everything to package:
install pyopencv and wxpython manually
copy folders from root python site-packages into virtualenv site-packages
pip install pypiwin32 -- doesnt work? sigh
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32
pip install numpy --binary-only :all:
pip install pefile
- get pyinstall 3.2 FROM LATEST MASTER
path-to-pyinstaller/pyinstaller.py chronolapse.py --i chronolapse.ico
--onefile --noconsole