Re: Mod_Python and Eggs

2008-04-06 Thread Graham Dumpleton
On Apr 4, 11:37 pm, mike <[EMAIL PROTECTED]> wrote: > I had this issue and was able to correct it by adding the following to > my settings.py > > import os > os.environ['PYTHON_EGG_CACHE'] = '/tmp' > > Hope this helps somebody Using '/tmp' as the Python egg cache is actually not a good idea.

Re: Mod_Python and Eggs

2008-04-04 Thread mike
I had this issue and was able to correct it by adding the following to my settings.py import os os.environ['PYTHON_EGG_CACHE'] = '/tmp' Hope this helps somebody On Apr 3, 7:32 am, "Jon Lathem" <[EMAIL PROTECTED]> wrote: > Graham, > > Thanks for your quick response. It was a SELinux problem.

Re: Mod_Python and Eggs

2008-04-03 Thread Jon Lathem
Graham, Thanks for your quick response. It was a SELinux problem. And i realize that chmoding to 777 is a bad idea, at the time I was just trying to get it to work. Jon On Wed, Apr 2, 2008 at 5:47 PM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > > On Apr 3, 12:54 am, JLathem <[EMAIL

Mod_Python and Eggs

2008-04-02 Thread JLathem
The first time I boot my server and view my django app I get the following message === ExtractionError: Can't extract file(s) to egg cache The following error occurred while trying to extract file(s) to the Python egg