Comment 4 for bug 448123

Revision history for this message
matthew (matth3) wrote : Re: [Bug 448123] Re: python-apport 1.0-Oubuntu5.4 failed to install or upgrade

Davidsr wrote:
> matthew, for a newbee, how do I do this? use symlink, change and ensure python will take the overwrite,etc?
> thank you
> davidsr
>
>
Hi David

The problem I had was that there were two versions of python installed,
python2.5 and python2.6. I had previously changed /usr/bin/python to
point at python2.5. To change it back to python2.6, use the following
command in a terminal window:

    sudo ln -s /usr/bin/python2.6 /usr/bin/python

Of course this assumes you have python2.6 installed.

Matthew