Re: Python Egg issues

2007-12-03 Thread Graham Dumpleton
The only obvious thing then is too make sure that all directories from root down to the egg cache directory are actually readable/searchable to others. If a parent directory is not readable/searchable ie., o+rx, then Apache will not be able to search in there, even if the egg cache directory has u

Re: Python Egg issues

2007-12-03 Thread Michael Newman
tried it fresh, tried it with stuff in it (for kicks). Either way nothing shows up, changes etc. That whole issue with mod_python might be the issue. For the meanwhile, so I can get to bed tonight I just ran easy_install. I will try without the absolute paths tomorrow. Thanks On Dec 3, 7:55 pm, G

Re: Python Egg issues

2007-12-03 Thread Graham Dumpleton
On Dec 4, 11:22 am, Michael Newman <[EMAIL PROTECTED]> wrote: > This isn't strictly a problem with Django, but for some reason I am > having problems extracting my python eggs. Mod_python comes back with: > > ExtractionError: Can't extract file(s) to egg cache > > The following error occurred whil