Install debian package python2.5 for maemo
For me it was not possible to install python2.5 with the
application installer, because
there are some installed packages, which had to be removed
from the command-line.
Thus, after removing all python2.4-packages I could see with the application installer
python2.5 could'nt be installed.
So I had to take a closer look at the installed packages:
As root, I did
dpkg --list|grep python
and the following list was displayed:
ii python2.4 2.4.2-1osso13 An interactive high-level object-oriented la
ii python2.4-gtk2 2.6.3-1osso6 Python bindings for the GTK+ widget set
ii python2.4-hildon 0.8.6-1osso1 Python bindings for Hildon Framework.
You must remove this packages with
apt-get remove python2.4-hildon python2.4-gtk2 python2.4
My system told me:
The following packages will be REMOVED:
eagle gnumeric-plugins-extra ipcheck maemochron python2.4 python2.4-gtk2 python2.4-hildon
After this, I was able to install Python2.5 with the application installer.
But then, I was'nt able to install maemochron again.
A closer look at the package told me, there are some »hardcoded« dependencies, which
could'nt be fullfilled by python2.5. So I changed the package a little, to
use the actual python-bindings.
You may get maemochron for python2.5 at maemochron-l