Can someone please guide me on what I can do to correct this error?
There are quite few solutions available but i am totally confused (I am not so experienced with python) and so I thought maybe I could ask here to find a solution!
Thanks in advance!
Asked
Active
Viewed 463 times
0

Neha
- 50
- 10
-
1We really need to know more about how you got gi installed otherwise we wont know why its missing...did you follow the installation guide here? http://python-gtk-3-tutorial.readthedocs.io/en/latest/install.html – D3181 Dec 01 '16 at 13:25
-
@D219 But my OS is windows and it says only for linux i think so? – Neha Dec 01 '16 at 14:04
1 Answers
0
You should possibly take a look here these guys cover a lot of what you are looking for if you are trying to use gtk from python on windows. However it also does depend on your python version by the looks of it too since i see you are using python version 3.5...the bindings may not exist yet, however i am unsure, perhaps if you completely build from the source code.