I want to install emesene2 on Debian Squeeze, but it shows some dependency problemes like Python, which needs >=2.6.6-7 and python-papyon0.5.
I installed Python 2.7 and used update-alternatives to use Python 2.7 intead of 2.6. When I test python --version I got Python 2.7.2+, but when I run dpkg -i python-papyon_0.5.5-2_all.deb I am told that the system is still using Python 2.6.
python-papyon depends on python (>= 2.6.6-7~); however:
Version of python on system is 2.6.6-3+squeeze6.
How can I solve this issue?