Skip to content
Collin Green edited this page Oct 2, 2016 · 1 revision

Welcome to the chronolapse wiki!

Building Chronolapse 1.x

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
Clone this wiki locally