On Apr 28, 2008, at 2:37 PM, Philip Cooper wrote:
>
>
> I've recreated this error on a test machine.  (with setuptools 0.6c8)
>
> The apache error log kept pointing the the egg cache of whomever
> started httpd.
> I thought I'd get a quick workaround by logging in as root, setting
> the PYTHON_EGG_CACHE, exporting it and then starting httpd.
>
> Well now the httpd log claims it was denied permission to the new
> (correct) cache location.  Even after I set the permissions to world
> writeable (777)!
>
> The only other thing I can think of is to try to run a pylons app
> (with Genshi 0.5) through mod_python  or try mod_wsgi.
>
> If anyone out there gets a mod_python/trac/Genshi0.5 working ... give
> a shout.

Sounds like a different, but similar error. The quick fix is to  
install unzipped. Set zip_safe=False in setup.py.

--Noah

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to