it would give me the same error, but with a different directory,
thanks a lot guys, i have solved this by putting SetEnv
PYTHON_EGG_CACHE /tmp as follows
<Location "/ash">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE ash.settings
    SetEnv PYTHON_EGG_CACHE /tmp
    PythonOption django.root /ash
    PythonDebug On
   PythonPath "['/home/ashtanga/public_html/', '/home/ashtanga/
public_html/ash'] + sys.path"
</Location>

i officially have django running now

-- 
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