https://bugzilla.novell.com/show_bug.cgi?id=756247 https://bugzilla.novell.com/show_bug.cgi?id=756247#c0 Summary: cannot import python-gobject Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: All OS/Version: openSUSE 12.1 Status: NEW Severity: Major Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: spiollinux@alice-dsl.net QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0 When trying to import the module 'gi', which is part of python-gobject, the python- interpreter fails to do that and prints Traceback. gnome-tweak-tool uses this module too and fails to start with the same error Reproducible: Always Steps to Reproduce: 1. open the python interpreter 2. enter "import gi" 3. watch the traceback Actual Results: Traceback (most recent call last): File "/usr/bin/gnome-tweak-tool", line 22, in <module> import gi File "/usr/lib/python2.7/site-packages/gi/__init__.py", line 23, in <module> from ._gi import _API, Repository ImportError: /usr/lib/python2.7/site-packages/gi/_gi.so: undefined symbol: g_value_get_schar Expected Results: the module gets imported without errors -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.