Re: Django: PYTHON_EGG_CACHE, access denied error

2009-12-06 Thread Sameer Rahmani
thanks for the advice my friend i never forget that -- 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...@googl

Re: Django: PYTHON_EGG_CACHE, access denied error

2009-12-06 Thread Graham Dumpleton
On Dec 7, 8:47 am, Sameer Rahmani wrote: > it's very simple ( if you have root access to your host )  just create a > directory with the name : ".python-eggs" in ther "/" ( root directory ) and > change it owner to the apache user ( the user who run apache ). > ( if you don't have root access )

Re: Django: PYTHON_EGG_CACHE, access denied error

2009-12-06 Thread Sameer Rahmani
it's very simple ( if you have root access to your host ) just create a directory with the name : ".python-eggs" in ther "/" ( root directory ) and change it owner to the apache user ( the user who run apache ). ( if you don't have root access ) change you mod_wsgi or mod_python settings tu use on

Re: Django: PYTHON_EGG_CACHE, access denied error

2009-12-06 Thread Graham Dumpleton
On Dec 6, 11:12 pm, Oleg Oltar wrote: > Hi! > > I am deploying my django application on a server, and on last stages I am > getting this error: > > ExtractionError at /admin/ > > Can't extract file(s) to egg cache > > The following error occurred while trying to extract file(s) to the Python egg

Django: PYTHON_EGG_CACHE, access denied error

2009-12-06 Thread Oleg Oltar
Hi! I am deploying my django application on a server, and on last stages I am getting this error: ExtractionError at /admin/ Can't extract file(s) to egg cache The following error occurred while trying to extract file(s) to the Python egg cache: [Errno 13] Permission denied: '/.python-eggs' T