Ubuntu 10.10: Python 2.5 for App Engine and pygtk

google-app-enginegoogle-cloud-platformpythonUbuntu

I need Python 2.5 for Google App Engine. I downloaded and compiled Python 2.5.5 from sources, set it as default python, but now when I try to run Ubuntu Software Center I get:

ImportError: No module named pygtk

ReInstalling python-gtk2 does not help. What is the easiest and preferred way to get Python 2.5 on Ubuntu 10.10 for App Engine development?

Best Answer

You can get Python 2.5 Packages for Ubuntu 10.10 here:

https://launchpad.net/~fkrull/+archive/deadsnakes

Related Topic