This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients christian.heimes, kumar303, ronaldoussoren
Date 2008-12-30.14:52:22
SpamBayes Score 1.5966758e-06
Marked as misclassified No
Message-id <1230648743.99.0.68295565295.issue4554@psf.upfronthosting.co.za>
In-reply-to
Content
"make frameworkinstall" should be deprecated anyway, AFAIK it should be 
possible to use "make install" or "make altinstall" for framework 
installs as well. That latter should make it possible to install 
multiple versions of python side-by-side without interference beyond the 
"Current" link inside the framework.

A patch to fix that last issue would be welcome ;-)

BTW. The above comment is for python 2.x, I haven't checked the 
makefiles for python 3.x yet beyond trying to get a framework build to 
work at all (commited a patch for that earlier today).
History
Date User Action Args
2008-12-30 14:52:24ronaldoussorensetrecipients: + ronaldoussoren, christian.heimes, kumar303
2008-12-30 14:52:23ronaldoussorensetmessageid: <1230648743.99.0.68295565295.issue4554@psf.upfronthosting.co.za>
2008-12-30 14:52:23ronaldoussorenlinkissue4554 messages
2008-12-30 14:52:22ronaldoussorencreate