I\'m trying to launch python script on Ubuntu 10.04:
from gi.repository import Nautilus, GObject
It doesn\'t work:
Traceback (most recent
Anaconda usually has python package binaries that will work with your platform (Mac or older Ubuntu). According to @Abhijit you need pygobject. It works a lot like pip:
pygobject
pip
conda install -c auto pygobject