[pygtk] import gtk : gives error message
varun_shrivastava
shrivastavavarun at yahoo.co.in
Mon Jun 4 22:24:29 WST 2007
i have installed following packages in same order as shown
1) python2.5
2) Glib 2.12.12
3) atk-1.9.1
4) cairo 1.4.6
5) pango 1.16.4
6) gtk+-2.10.0
7) pycairo 1.4.0
8) pygobject 2.13.1
9) pygtk-2.8.6
installation succeeds but while importing gtk following error is displayed
Python 2.5 (r25:51908, Jun 4 2007, 14:10:43)
[GCC 4.1.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py",
line 45, in <module>
from _gtk import *
ImportError: /usr/local/lib/python2.5/site-packages/gtk-2.0/gtk/_gtk.so:
undefined symbol: gdk_keyval_convert_case
my OS is Ubuntu Linux the edgy 6.10
thanks in advance
--
View this message in context: http://www.nabble.com/import-gtk-%3A-gives-error-message-tf3865519.html#a10950795
Sent from the Gtk+ - Python mailing list archive at Nabble.com.
More information about the pygtk
mailing list