~]sudo Compile PyGObject
Compile: Locating a recipe for PyGObject ...
... <--------------------- no visible errors here
SignProgram: Creating FileHash
~]python
Python 2.5.1 (r251:54863, Feb 3 2008, 23:57:27)
[GCC 4.1.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gobject
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named gobject
You are doing nothing wrong. We have some issues with the python paths at the moment. You could run 'export PYTHONPATH=$PYTHONPATH:/System/Links/Libraries/python2.5/site-packages/gtk-2.0' as a workaround in the meantime.