Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Created September 17, 2012 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjunichi/3736959 to your computer and use it in GitHub Desktop.
Save kjunichi/3736959 to your computer and use it in GitHub Desktop.
Symbol not found: _g_arg_info_get_closure
DYLD_LIBRARY_PATH=/System/Library/Frameworks/ImageIO.framework/Resources:/usr/local/lib:/usr/local/Cellar/gobject-introspection/1.32.1/lib/
$ python3 pygtest.py
Traceback (most recent call last):
File "pygtest.py", line 2, in <module>
from gi.repository import Gtk
File "/usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/gi/__init__.py", line 23, in <module>
from ._gi import _API, Repository
ImportError: dlopen(/usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/gi/_gi.so, 2): Symbol not found: _g_arg_info_get_closure
Referenced from: /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/gi/_gi.so
Expected in: flat namespace
in /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/gi/_gi.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment