Ksenia Marasanova wrote: > Hi, > > Just wanted to check before breaking something :) i installed > python2.4 on a Linux server with running applications that use > python2.3. > /usr/bin/python links to /usr/bin/python2.3, and I don't want to change that. > Setuptools are not installed yet. > Is there some setting that can be adjusted during installation of TG, > so that setuptools will install everything using python2.4 binary?
Just install setuptools using Python 2.4 explicitly (i.e., the python24 executable). This will make easy_install use Python 2.4 thereafter.

