Hey
I noticed all the libs are prefixed with "glazier." so in python that is the way of showing your program how to navigate through the folders to get to the libs. However the autobuild files already live in the glazier folder. For the life of me I could not remember how to tell python to use the current folder as the root of the lib path so I just moved the 2 autobuild files 1 folder level up and that the folder containing the rest of the files was called "glazier".
Now try run the autobuild.py directly from the location it is stored in and it will start to find the dependency libs.
It will start to throw errors as you come across libs that you don't have installed, I was able to resolve all of them with "apt-get install python-libnamehere" until I came across gwinpy. This is about the time I started thinking that I might need to be running this on windows as looking into gwinpy some more it looked like it was for integrating into windows API's. The second problem was that I could not find a place to download it! I was then doing some looking around at the creators github page and stumbled across this -
https://github.com/google/winops
Turns out this is what we were looking for :) however I have not tried it yet and have not progressed any further.
Hope this helps anyone out there trying to get this running!