12 Jul 10:54
Re: gtk error
From: Gian Mario Tagliaretti <gianmt <at> gnome.org>
Subject: Re: gtk error
Newsgroups: gmane.comp.gnome.gtk+.python
Date: 2008-07-12 08:54:18 GMT
Subject: Re: gtk error
Newsgroups: gmane.comp.gnome.gtk+.python
Date: 2008-07-12 08:54:18 GMT
2008/7/12 Festila Catalin <catalinfest <at> gmail.com>: > when i try use > import gtk > i have error > ImportError: /var/lib/python-support/python2.5/gtk-2.0/gobject/_gobject.so: > undefined symbol: PyUnicodeUCS4_FromObject > Python is install manual So you have two different version of python and gobject has been compiled with a different one from the one is now trying to run. It looks like you have to fix your installation or recompile pygobject with the new python. cheers -- -- Gian Mario Tagliaretti _______________________________________________ pygtk mailing list pygtk <at> daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
RSS Feed