mod_wsgi e várias instalações de python

Esta é uma espécie de continuação deist pergunta, mas se desviou, então eu comecei uma nova. Eu gostaria de usar o Python 2.5 em vez do padrão do OS X 2.6. Eu configurei isso para o meu terminal e outros enfeites, mas sempre que o apache é executado, ele gera a seguinte saída de erro:

[Thu Jun 23 00:01:42 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Jun 23 00:01:42 2011] [warn] mod_wsgi: Compiled for Python/2.5.4.
[Thu Jun 23 00:01:42 2011] [warn] mod_wsgi: Runtime using Python/2.6.1.
[Thu Jun 23 00:01:42 2011] [notice] Digest: generating secret for digest authentication ...
[Thu Jun 23 00:01:42 2011] [notice] Digest: done
[Thu Jun 23 00:01:42 2011] [notice] Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8l DAV/2 mod_wsgi/3.3 Python/2.6.1 configured -- resuming normal operations

Configurei o WSGIPythonPath para corresponder ao que o sys.path me fornece no shell python:

WSGIPythonPath /System/Library/Frameworks/Python.framework/Versions/2.5

Ainda sem sorte. Ideias

questionAnswers(3)

yourAnswerToTheQuestion