Esto es una especie de continuación de la pregunta this, pero se ha desviado, así que comencé una nueva. Me gustaría utilizar Python 2.5 en lugar del predeterminado 2.6 de OS X. He creado esto para mi terminal y todo eso, pero cada vez que se ejecuta Apache me da la siguiente salida de error:mod_wsgi y varias instalaciones de python
[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 fijado WSGIPythonPath para que coincida con lo que sys.path me da en la cáscara de pitón:
WSGIPythonPath /System/Library/Frameworks/Python.framework/Versions/2.5
Todavía no hubo suerte. Ideas?
posible duplicado de [mod_wsgi edificio usando Python 2.5 en la nieve Leopard] (http://stackoverflow.com/questions/3534508/building-mod-wsgi-using-python-2-5-on-snow-leopard) –
Tema interesante, ese es mi problema también. Entonces, ¿cómo puede alojar múltiples sitios que usa múltiples versiones de Python en un solo cuadro? – pylover