Skip to content

Instantly share code, notes, and snippets.

@niktto
Created December 14, 2012 12:24
Show Gist options
  • Save niktto/4285133 to your computer and use it in GitHub Desktop.
Save niktto/4285133 to your computer and use it in GitHub Desktop.
Traceback for error that is occuring when I start my python Gtk3 app on Linux Mint (on Ubuntu 12.04 and 12.10 it works)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cx_Freeze/initscripts/Console.py", line 27, in <module>
exec code in m.__dict__
File "taskworkshop-light.py", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/gtk3reactor.py", line 22, in <module>
from twisted.internet import gireactor
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/gireactor.py", line 33, in <module>
from gi.repository import GLib
File "/usr/lib/python2.7/dist-packages/gi/__init__.py", line 27, in <module>
import gi._gobject
File "ExtensionLoader_gi__gi.py", line 11, in <module>
ImportError: /usr/lib/taskworkshop-light/gi._gi.so: undefined symbol: g_callable_info_invoke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment