hi,

I want to run an application that is compiled in python 2.5 in fedora 13
but fedora 13 comes with python 2.6.4 so i manually install python 2.5 to run the application
but it is saying that no module named gtk ..
how to set path for gtk for python 2.5 i have installed in /usr/bin
i want to run the application but its saying the error no module named
gtk
Kindly advice me a solution

You have to install pygtk, which is the python binding to GTK, for the 2.5 version. If you look in the /usr/lib/ directory for 2.6.4 you should see a directory for pygtk. I would first search the Fedora repositories as it should have both Python2.5 and PyGTK for 2.5.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.