Not signed in (Sign In)

Choose a language

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorOmegaMale
    • CommentTimeFeb 6th 2008
     # 1
    ~]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

    What am I doing wrong?
    • CommentAuthorMohjive
    • CommentTimeFeb 6th 2008
     # 2
    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.
    • CommentAuthorOmegaMale
    • CommentTimeFeb 7th 2008
     # 3
    It works! Thank you for help.