2010/1/27 fhuddles <[email protected]>: >> 3. Try overriding PYTHONHOME. >> >> #/bin/sh >> >> PYTHONHOME=/Library/Frameworks/Python.framework/Versions/2.6 >> export PYTHONHOME >> >> PYTHONVERBOSE=1 >> export PYTHONVERBOSE >> >> /usr/sbin/httpd -X >> > But this one worked! The helloworld script, modified to have the > includes, and the django app ran.
Then setting: WSGIPythonHome /Library/Frameworks/Python.framework/Versions/2.6 in Apache configuration should also work. Try that again. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
