Re: ****Re: [CentOS] python issue?

2008-11-24 Thread Craig White
On Tue, 2008-11-25 at 11:32 +1300, Spiro Harvey wrote: > > from gtk import _gtk > > ImportError: /usr/lib/libcairo.so.2: undefined symbol: > > FT_GlyphSlot_Embolden > > Any clues? > > http://www.google.com/search?q=FT_GlyphSlot_Embolden > > given the prefix of FT and by having a quick look at

Re: [CentOS] python issue?

2008-11-24 Thread Spiro Harvey
> from gtk import _gtk > ImportError: /usr/lib/libcairo.so.2: undefined symbol: > FT_GlyphSlot_Embolden > Any clues? http://www.google.com/search?q=FT_GlyphSlot_Embolden given the prefix of FT and by having a quick look at the first google result, it looks like a freetype issue. what does:

[CentOS] python issue?

2008-11-24 Thread Craig White
# system-config-printer Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 29, in ? import gtk.glade File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 48, in ? from gtk import _gtk ImportError: /usr/lib/libcairo.