Author bob.ippolito
Recipients
Date 2004-09-27.20:06:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When dealing with systems that have multiple versions of Python 
installed, it would be nice if distutils.util.get_platform() included 
the major python version (sys.version[:3]) so that you could do:

python2.3 setup.py install
python2.4 setup.py install

and expect everything to typically work correctly.
History
Date User Action Args
2007-08-23 14:26:28adminlinkissue1035703 messages
2007-08-23 14:26:28admincreate