Pier wrote: >Hi to all, >I've download and install the pygtk2 rpm (version 1.99.8-2) for rawhide. >When I start my program I ha the following error > >Traceback (most recent call last): > File "./Gnominide", line 3, in ? > import os, sys, time, gtk > File >"/usr/src/build/80068-i386/install/usr/lib/python2.2/site-packages/gtk/__init__.py", >line 19, in ? >ImportError: /usr/lib/python2.2/site-packages/gtk/_gtkmodule.so: undefined symbol: >PyUnicodeUCS4_SetDefaultEncoding > >(gtk2 rpms ver2.0 from gtk.org) > >Any idea? > Sounds like you are using a PyGTK compiled against a python with wide unicode support (ie. 32 bit unicode characters, which don't limit you to the basic multilingual plane) with a python compiled without wide unicode characters.
Try downloading the pygtk-1.99.8 from ftp.gtk.org (I think that RPM you have is actually based on a snapshot between 1.99.7 and 1.99.8 judging by the build date, btw). James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
