I ran gup from the tip of the github repo on Windows using Python 2.7.1. I got an exception that `os.readfile()` does not exist. I was able to get it working with Python 3.7, which seems to have `os.readfile()` on Windows.