I have two instance of python running on my linux. Python 2.4.3 which is used by the system and python 2.7 which I recently installed. Im trying to in stall pybrain using the command:
python2.7 setup.py install

and get the followin error:

Traceback (most recent call last):
File "setup.py", line 11, in <module>
from setuptools import setup, find_packages


but when
I use python setup.py install it recorgnizes setuptools but gives a different error because pybrain conflicts with python < 2.5.

Is there a way to configure python 2.7 which was installed recently to point to systemtools and all the othe dependecies??????