I'm installing Trac with Apche2.4 mod_python, but when I start the service the following error appears:
[:error] [pid 7937:tid 140094741256064] python_init: Python version mismatch, expected '2.7.5+', found '2.7.9'.
[:error] [pid 7937:tid 140094741256064] python_init: Python executable found '/usr/bin/python'.
[:error] [pid 7937:tid 140094741256064] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
Does anyone know how to solve this?