Re: recordmydesktop issue
No, if package dependencies are not fullfilled, no...You need to upgrade python version...
Try to see if there is a newer python version in repos: aptitude versions python
If so, then just upgrade the python: aptitude safe-upgrade python
If not in repos, you need to upgrade the python version.
In the Debain page where you downloaded (nice desicion), it is stated the python versions required: I quote:
python >= 2.6.6-7 and << 2.8 so in between versions: python 2.6 and 2.7
In BT5 you have 2.6.5-0ubuntu1..So again if not in repos, download the package from Debian page which also will state dependencies to that python version.
Re: recordmydesktop issue
Thanks.
There aren't updates for python2.6.5 under bt5r3. The only way to run two different version of python on the same system is to use virtualenv which I already do.
With three weeks ago I've tried to upgrade manually the python and the final result was full reinstall so for the moment I won't try again unless I'll do it under a vm environment.