On Sun, 2006-02-19 at 17:47 +1100, Michael Lightfoot wrote: > > $ python > > >>> import gnome > This is now working 'cos I upgraded python-gnome2 to the unstable 2.12 > version. I am now getting the following: > > $ gramps > Traceback (most recent call last): > File "/usr/share/gramps/gramps.py", line 45, in ? > import gtk.glade > ImportError: /usr/lib/libXft.so.2: undefined symbol: FT_GlyphSlot_Embolden
So try this (no gramps, just run the commands below): $ python >>> import glade If this fails then the problem is with python2.3-glade2. You may want to install python-glade2 and python2.3-glade2 from unstable (2.8.2-3): http://ftp.au.debian.org/debian/pool/main/p/pygtk/python-glade2_2.8.2-3_all.deb http://ftp.au.debian.org/debian/pool/main/p/pygtk/python2.3-glade2_2.8.2-3_i386.deb or wait until this propagates to testing. However, this is my guess and I have no idea whether this should help. In any case, if 'import glade' fails in python then this problem needs to be re-assigned to python2.3-glade2 package. -- Alexander Roitman http://www.gramps-project.org
signature.asc
Description: This is a digitally signed message part

