erro de permissão ao instalar o módulo MySQLdb para python sem raiz

1

Eu não tenho acesso root a uma máquina (Linux), mas gostaria de instalar o módulo MySQLdb (ou qualquer outro módulo MySQL) para python.

Eu tentei minha abordagem usual (python setup.py install --user) mas parece que o sinalizador não está implementado

A execução com o sinalizador --home = ~ fornece o seguinte

running install
Checking .pth file support in /user/alperin/lib64/python/
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the installation directory:

[Errno 2] No such file or directory: '/user/alperin/lib64/python/test-easy-install-11328.pth'

The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was:

/user/alperin/lib64/python/

This directory does not currently exist.  Please create it and try again, or choose a different installation directory (using the -d or --install-dir option).

easy install MySQLdb fornece os mesmos erros (com os mesmos parâmetros).

O que estou perdendo?

    
por pocketfullofcheese 27.01.2012 / 23:29

0 respostas