Re: installing/maintaining modules for multiple versions of python

2007-01-16 Thread Daniel Nogradi
I have a suse box that has by default python 2.4 running and I have a 2.5 version installed in /reg/python2.5. How do I install new modules for only 2.5 without disturbing the 2.4 default installation. If you do 'python2.5 setup.py install' on a new module supporting distutils it will only

installing/maintaining modules for multiple versions of python

2007-01-15 Thread John
I have a suse box that has by default python 2.4 running and I have a 2.5 version installed in /reg/python2.5. How do I install new modules for only 2.5 without disturbing the 2.4 default installation. Thanks, --j -- http://mail.python.org/mailman/listinfo/python-list