Ciao a tutti,
ho deciso di disinstallare la vecchia versione di openERP e passare alla 5.0.6 tutto bene per il server ed il client GTK
non riesco ad installare il clientweb
appena lancio il commando
easy_install -U openerp-web
da errrore
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: '/usr/local/lib/python2.6/dist-packages/test-easy-install-10671.write-test'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/usr/local/lib/python2.6/dist-packages/
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).
provo questo commando
easy_install --prefix=/usr -U openerp-web
error: installation into /usr
Trying to install into the system managed parts of the file system. Please
consider to install to another location, or use the option
--force-installation-into-system-dir to overwrite this warning.
Provato questo commando
easy_install --prefix=/usr --force-installation-into-system-dir -U openerp-web
TEST FAILED: /usr/lib/python2.6/site-packages does NOT support .pth files
error: bad install directory or PYTHONPATH
You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from. The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/usr/lib/python2.6/site-packages
and your PYTHONPATH environment variable currently contains:
''
Here are some of your options for correcting the problem:
* You can choose a different installation directory, i.e., one that is
on PYTHONPATH or supports .pth files
* You can add the installation directory to the PYTHONPATH environment
variable. (It must then also be on PYTHONPATH whenever you run
Python and want to use the package(s) you are installing.)
* You can set up the installation directory to support ".pth" files by
using one of the approaches described here:
http://peak.telecommunity.com/EasyInstall.html#custom-installation-locations
Please make the appropriate changes for your system and try again.
Controllo nei link suggeriti, ma non riesco a capire xchè non funzioni
Mi potete aiutare prego?
Grazie
Rinaldo