Can't install egenix-mx-base on Django production VPS Can't install egenix-mx-base on Django production VPS postgresql postgresql

Can't install egenix-mx-base on Django production VPS


Install it manually:

cd /usr/srcwget http://downloads.egenix.com/python/egenix-mx-base-3.1.3.tar.gztar -xzvf egenix-mx-base-3.1.3.tar.gzcd egenix-mx-base-3.1.3python setup.py install


Switching Python2.7 virtualenv to Python2.6 solved the problem.