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
please help me to solve this problem..
my OS is Ubuntu Linux the edgy 6.10
thanks in advance for your help
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
Code:
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 for your help
Comment