2008/7/12 Festila Catalin <[EMAIL PROTECTED]>: > 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 [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
