After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 627440 - Fails trying to import the 'gobject' module
Fails trying to import the 'gobject' module
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gobject
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-19 21:46 UTC by Gustavo Noronha (kov)
Modified: 2010-08-20 06:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixage (1.04 KB, patch)
2010-08-19 21:48 UTC, Gustavo Noronha (kov)
committed Details | Review

Description Gustavo Noronha (kov) 2010-08-19 21:46:16 UTC
>>> import gobject
Traceback (most recent call last):
  • File "<stdin>", line 1 in <module>
  • File "gobject/__init__.py", line 47 in <module>
    from gobject.constants import *
  • File "gobject/constants.py", line 24 in <module>
    import gobject._gobject
ImportError: gobject/_gobject.so: undefined symbol: PYGLIB_PyLong_FromSsize_t
>>>

This looks like a regression from 45ab0c03110c911b47519941dfd753326891b5e0.
Comment 1 Gustavo Noronha (kov) 2010-08-19 21:48:12 UTC
Created attachment 168335 [details] [review]
fixage
Comment 2 Tomeu Vizoso 2010-08-20 06:58:10 UTC
Thanks!