I'm getting an error using Django 1.0 when trying to log a new user
in.  When I call

login(request)

On a new user I  will occassionally (not very often) get an error (the
cache number values will be different):

Permission Denied: /tmp/python.cache_root/8/7/2

Which is an:

OSError in /usr/lib/python2.4/os.py in makedirs, line 159

I can't find any reference to /tmp/python.cache_root anywhere on my
system, but it appears the call is originating from a django request.

I can temporarily fix the issue by enabling write permission on the
given location, but down the road the same error seems to appear
again...

 Has anyone ever seen an error like this before?

any help will be appreicated.

- JM





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

Reply via email to