Re: How to link different site-packages to different Python?

2007-11-09 Thread Terry Reedy
"Boris Borcic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | If your lazyness isn't caused by your impatience, -- http://mail.python.org/mailman/listinfo/python-list

Re: How to link different site-packages to different Python?

2007-11-09 Thread Boris Borcic
Davy wrote: > Hi all, > > I have Python 2.4 and 2.5 in my PC. And PythonWin is installed as IDE. > > When I tried to use site-packages "Numpy", I installed the both > version (i.e. for 2.4 and 2.5). > > Python 2.4 and Numpy for it work together well. > > But when I type "from numpy import *" in

How to link different site-packages to different Python?

2007-11-09 Thread Davy
Hi all, I have Python 2.4 and 2.5 in my PC. And PythonWin is installed as IDE. When I tried to use site-packages "Numpy", I installed the both version (i.e. for 2.4 and 2.5). Python 2.4 and Numpy for it work together well. But when I type "from numpy import *" in Python 2.5. It throw out an err