Michael Grant wrote:
> Because my web server cannot write to the site-packages dir, I get the
> below error.  How can I install a plugin on the command line so it
> doesn't try to install it at load time?
>
> 2007-04-24 07:32:23,111 Trac[main] ERROR: Can't extract file(s) to egg cache
>
> The following error occurred while trying to extract file(s) to the Python egg
> cache:
>
>   [Errno 30] Read-only file system:
> '/usr/local/lib/python2.4/site-packages/TracCtxtnavAdd-1.1_r1-py2.4.egg-tmp'
>
> The Python egg cache directory is currently set to:
>
>   /usr/local/lib/python2.4/site-packages/
>
>   
The cache folder should be something like /tmp. It is where setuptools
will extract things from the eggs if needed, so the web server must have
write access.

--Noah

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to