[Distutils] Buildout: Version conflicts with system-wide libraries

Sebastien Douche sdouche at gmail.com
Thu Mar 11 20:45:44 CET 2010


On Thu, Mar 11, 2010 at 17:46, Yonsy Solis <yonsy at aureal.pe> wrote:
> with --no-site-packages u have a totally isolated python ...

Totally isolated? Not really. The only solution is, like Jim said, to
install a new Python[1].



[1] Basic steps :
- install the package build-essential
- download the source package
- tar xvfz <package> ; cd <package> ; ./configure --prefix=/your/path;
make; make install



-- 
Sebastien Douche <sdouche at gmail.com>
Twitter: http://bit.ly/afkrK (agile, python, open source)


More information about the Distutils-SIG mailing list