Running PyHKAL on Windows requires a few steps that might not be obvious at first:
Install Mingw32.
Add
<Mingw32 install path>\binto yourPATHenvironment 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>\binto yourPATHenvironment variable.Install CouchDB.
Your system is all set. Now use
install.batto compile PyHKAL into a virtual environment andinstall.bat runto run the service.Note
You still need to configure your installation.
Hint
install.bat clean removes the virtual environment.