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 configuration noted
above. So, I'm confused as to why I keep getting this egg cache
error.

Any ideas or pointers would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to