Re: [pygtk] XParseColor undefined under Mandrake 8.1

2001-11-24 Thread Matt Wilson
This is because /usr/lib/libimlib-xpm.so doesn't contain the proper DT_NEEDED entries for other libraries it needs. Probably a problem with libtool or the way Imlib uses it. import gtk first. Matt On Fri, Nov 23, 2001 at 07:52:36AM -0700, Don Allingham wrote: > I've had several people

[pygtk] XParseColor undefined under Mandrake 8.1

2001-11-23 Thread Don Allingham
I've had several people complain about my program refusing to run under Mandrake 8.1. There appears to be a problem with libimlib-xpm, which references XParseColor which python cannot seem to find. Does anyone have any ideas on this? The error message is below. /usr/bin/python: error while loadi