mod_wsgi y múltiples instalaciones de python

Esta es una especie de continuación deest pregunta, pero se ha desviado, así que comencé una nueva. Me gustaría usar Python 2.5 en lugar de 2.6 por defecto de OS X. He configurado esto para mi terminal y otras cosas, pero cada vez que se ejecuta Apache me da la siguiente salida de error:

[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

He configurado WSGIPythonPath para que coincida con lo que sys.path me da en el shell de Python:

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

Todavía no hay suerte. Ideas?