PDA

View Full Version : [ubuntu] 11.04 Upgrade and now having problems installing software



mychski
May 6th, 2011, 11:57 AM
I have upgraded from 10.10 to 11.04

First off I have a problem with multiple monitors but I've added my comment to another post regarding this.

Next I am having problems adding software. I have check I'm using Natty repositories...

Example....

mych@Mych-Laptop:~$ sudo dpkg --configure -a
Setting up freevo (1.9.0-10ubuntu1) ...
Traceback (most recent call last):
File "/usr/bin/freevo.real", line 521, in <module>
execfile(freevo_version, {}, versions)
IOError: [Errno 2] No such file or directory: '/usr/lib/pymodules/python2.5/freevo/version.py'
dpkg: error processing freevo (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
freevo


I have tried to install several packages and they all seem to point to the same issue
No such file or directory: '/usr/lib/pymodules/python2.5/freevo/version.py
or some other error mentioning python2.5

Any help appreciated
Mych

bokkertoff
May 17th, 2011, 01:17 AM
Hi, I had the freevo problem as well.
It looks like freevo is not compatible with python 2.7.

I solved this by installing python 2.6 (sudo apt-get install python2.6)

You also need to change the first line in /usr/bin/freevo.real to read "#! /usr/bin/python2.6" instead of "#! /usr/bin/python"

Regards