No module called "gi"
All-In-One PyGI/PyGObject for Windows Installer
Status: Abandoned
Brought to you by:
tumagonx
After clicking on every option to install, I still get this error:
Microsoft Windows [Version 10.0.10565]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\Users\crutc>python
Python 3.5.0 (v3.5.0:374f501f4567, Sep 13 2015, 02:16:59) [MSC v.1900 32 bit (In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
from gi.repository import Gtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'gi'
Am I installing wrong or what's the case here?
I'm pretty sure I haven't port it for python 3.5 (as the project described), and probably wont anytime soon.
I have make installer won't allow python 3.5 in the next version (at least until it get ported)