Running PyHKAL on Windows requires a few steps that might not be obvious at first:
Install Mingw32.
Add
<Mingw32 install path>\bin
to yourPATH
environment variable (%PATH%
).Install OpenSSL for Win32.
At the time of writing, 1.0 is the latest version. Check the OpenSSL Win32 Downloads for all available versions. You will need the package recommended for developers, ie. no Light package.
Add
<OpenSSL install path>\bin
to yourPATH
environment variable.Install CouchDB.
Your system is all set. Now use
install.bat
to compile PyHKAL into a virtual environment andinstall.bat run
to run the service.Note
You still need to configure your installation.
Hint
install.bat clean
removes the virtual environment.