Hi,
I am trying to run an application that is developed in python and compiled in python 2.5
I have upgraded fedora 10 to fedora 13
now i am trying to install that application and run it fedora 13 it gives me an
error
File "kb.py", line 8, in <module>
ImportError: No module named gtk
But i have checked whether i installed pygtk through yum command but the terminal says
Package pygtk2-2.17.0-3.fc13.i686 already installed and latest version
Nothing to do
So it has latest version of pygtk but still its giving an error msg
File "kb.py", line 8, in <module>
ImportError: No module named gtk
So kindly advice me any suggestions to run that exe .. to solve this error.