OpenSUSE 11.1 comes with Python 2.6 installed.
I’m using an app which requires the 2.5.2 version.
Python 2.6 has many dependencies, therefore, i think it would be best to install a second version instead of replacing the existing one.
As far as i can see, i have to build this second installation from source. Is there a best way to do this, so that i don’t get any conflicts with the existing version?
should put the older version in /usr/local where it won’t clash. You might want to rename /usr/local/bin/python to /usr/bin/python2.5 so that you have to explicitly name it to get that version.