Windows Support #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ip lookup should work since []changeset:031b6ca7cd7944e1d51ace169013cec4f54b5543/openmedialibrary
install/compile python modules in requirements.txt
lxml
simplejson
ed25519>=1.4
SQLAlchemy==0.9.7
pyopenssl>=0.15
pyCrypto>=2.6.1
pillow
pillow seams to be the only one available as wheel
with
https://www.python.org/ftp/python/3.5.1/python-3.5.1-embed-win32.zip
if api-ms-win-crt-runtime-l1-1-0.dll missing:
https://download.microsoft.com/download/C/E/5/CE514EAE-78A8-4381-86E8-29108D78DBD4/VC_redist.x86.exe
install pip:
wget https://bootstrap.pypa.io/get-pip.py
python.exe get-pip.py
pip.exe install pillow
(http://www.lfd.uci.edu/~gohlke/pythonlibs/)
use pdftocairo / pdftotext from http://blog.alivate.com.au/tag/pdftocairo/