I’m trying to write a Python GTK+ library for class that needs to run on Windows. GTK+ is cross-platform, and everything I need is available on Windows, just not very easily.
I need it to run on the school computers, so it can’t require a restart. (I have searched extensively, and used the all-in-one PyGTK+ installer, etc…; nothing worked for me.)
Anyways, I’d really appreciate it if somebody could figure out how to get these things running together, and if so, give me some instructions on how they got it working.
I’ve attached a sample demo app (works fine in Ubuntu, but you might need to install a few packages), which starts up if you run the python interpreter with controller.py.
Can anybody get it running?