Re: Still Confused about Python Egg Cache

2010-10-25 Thread octopusgrabbus
I'm sorry for being so bouncy about this. Fixed again, but with different instructions. SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE settings SetEnv PYTHON_EGG_CACHE /tmp PythonOption django.root /home

Still Confused about Python Egg Cache

2010-10-25 Thread octopusgrabbus
I've added PythonInterpreter amr_django PythonImport /home/amr/django/amr/python_egg_cache.py amr_django to /etc/init.d/conf/httpd.conf. Here's python_egg_cache.py import os os.environ['PYTHON_EGG_CACHE'] = '/python_egg_cache/.python-eggs' This was working a few days ago, after I added the con