I am new to python and I have been trying to install gtk3 to use with glade to build a GUI with Python 2.7. I have successfully installed Glade, however I am having some major issues finding and running gtk3 for windows. I have visited the gtk website and have followed their instructions with the MSYS2 installer, but when I try to conda install with the anaconda prompt or import gtk, I get errors saying that there is no module named gtk. I have also downloaded the win64 zip of gtk3 from tarnyko and have tried to put the unzipped file into Lib>site-packages ad then try to conda install and import, but still no luck. I'm running on a 64 bit Windows 10 OS.
Does anyone knows how to properly get everything installed and running?