durusmail: durus-users: Oddity with eggs
Oddity with eggs
2006-08-30
2006-08-31
Oddity with eggs
Damjan
2006-08-31
> Apparently when using eggs, the user's home directory must be
> writeable.  In this case the user is apache, a daemon account with
> home dir /var/www, which it can't write.
>
> OSError: [Errno 13] Permission denied: '/var/www/.python-eggs'
>
>
> The directory appears to contain temporary directories for each egg in
> use.  It's not a big deal but it is suprising, and it means one more
> security lockdown you can't do.

It needs to unpack .so files, because the kernel can't load shared
libraries from a Zip file.

Alternativelly you can unpack the .egg files yourself in
/usr/lib/python2.x/site-packages/


--
damjan | дамјан
This is my jabber ID -->         damjan@bagra.net.mk
 -- not my mail address, it's a Jabber ID --^ :)
reply