Monday, October 25, 2010

Still Confused about Python Egg Cache

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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment