I'm using python2.7 to build a file manager project, but in pycharm the below code hints these references unresolved.
from gi.repository import Nautilus, Gtk, GObject, Gio, GLib
I have installed python-gi in ubuntu14.04, cannot search python-gi use pip. How can I import these modules?