On Thu, Mar 11, 2010 at 17:46, Yonsy Solis <yo...@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 <sdou...@gmail.com>
Twitter: http://bit.ly/afkrK (agile, python, open source)
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to