Ticket #7495 (reopened defect)
PYTHON_EGG_CACHE still buggy
| Reported by: | bruce.dubbs@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | jens.rantil@… |
Description
I just installed Trac 0.11 and ran into the Python egg cache problem again.
PythonHandler trac.web.modpython_frontend: ExtractionError: Can't extract file(s) to egg cache\n\nThe following error occurred while trying to extract file(s) to the Python egg\ncache:\n\n [Errno 13] Permission denied:
I did put
PythonOption PYTHON_EGG_CACHE /srv/trac/egg-cache
outside of any virtual host.
After creating the default cache location with the proper permissions, Trac works, and the only thing in the cache is:
ls -R .python-eggs/ .python-eggs/: Genshi-0.5.1-py2.4-linux-x86_64.egg-tmp .python-eggs/Genshi-0.5.1-py2.4-linux-x86_64.egg-tmp: genshi .python-eggs/Genshi-0.5.1-py2.4-linux-x86_64.egg-tmp/genshi: _speedups.so
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


