I have installed python gtk3 using homebrew but it prints
Warning: gtk+3-3.14.6 already installed
but when i try to import it in python
from gi.repository import Gtk
it gives the error
ImportError: No module named gi.repository
Please help.