Op zo, 20-02-2005 te 20:21 +0100, schreef pier carteri: >Hi to all, >I' ve downloaded and installed gtksourceview v 1.1.92 and then >downloaded and installed gnome-python-extra 2.9.4. >But when I try to load gtksourceview in python I get the following error: >>>> import gtksourceview >Traceback (most recent call last): > File "<stdin>", line 1, in ? >ImportError: /usr/lib/python2.3/site-packages/gtk-2.0/gtksourceview.so: >undefined symbol: gtk_source_view_set_highlight_current_line > >Any idea? > >Thank you!
Those versions should be compatible. Are there any older versions of gtksourceview installed? Try running something like: ldd /usr/lib/python2.3/site-packages/gtk-2.0/gtksourceview.so \ | grep gtksourceview and make sure the Python module is loading the correct version of the gtksourceview library. -- StÃphan Kochen <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
