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