Tagged Questions
The python-egg-cache tag has no wiki summary.
19
votes
3answers
9k views
What is the Python egg cache (PYTHON_EGG_CACHE)?
I've just upgraded from Python 2.6.1 to 2.6.4 on my development machine and upon starting a python script was presented with the following message:
Can't extract file(s) to egg cache
The ...
3
votes
3answers
740 views
apache user can not write to .python-eggs
I have read that I need to set the PYTHON_EGG_CACHE environment variable, or install the python library as an uncompressed .egg
Which do you suggest?
1
vote
2answers
277 views
Specify a custom PYTHON_EGG_CACHE dir with zc.buildout?
We're having problems when trying to deploy a number of projects which use zc.buildout - specifically we're finding that they want to put their PYTHON_EGG_CACHE directories all over the show. We'd ...
1
vote
1answer
1k views
Django: PYTHON_EGG_CACHE, access denied error
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 ...
1
vote
5answers
1k views
How do you fix a Trac installation that begins giving errors relating to PYTHON_EGG_CACHE?
We've been using Trac for task/defect tracking and things were going well enough, but this morning it started serving up a 500 error. Looking in the Apache error_log, I get a stack trace that ...
0
votes
0answers
79 views
PYTHON EGG Cache extraction error
I am trying to execute a python script from php webpage. The python script uses netsnmp module which logged the following error in httpd error_log:
Traceback (most recent call last):
File ...
0
votes
1answer
223 views
problem with python imports (MySQLdb) and apache python_egg_cache
I have trouble with php calling a python script, or its calling the script but stops somewhere on the way when trying to import MySQLdb
now after adding, to my user .bash_profile, following this ...