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 jpe
Recipients
Date 2005-12-16.16:59:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The --install-base options isn't honored on win32
because code in install.finalize_others() in install.py
overwrites the value with either self.home,
self.prefix, or sys.prefix.

I was trying to use --install-base because --prefix
won't accept an absolute path on win32.  Does anyone
know the rationale for rejecting absolute paths on win32?
History
Date User Action Args
2007-08-23 14:36:49adminlinkissue1382562 messages
2007-08-23 14:36:49admincreate