[ python-Bugs-1382562 ] --install-base not honored on win32

SourceForge.net noreply at sourceforge.net
Fri Dec 16 17:59:54 CET 2005


Bugs item #1382562, was opened at 2005-12-16 16:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1382562&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Distutils
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: John Ehresman (jpe)
Assigned to: Nobody/Anonymous (nobody)
Summary: --install-base not honored on win32

Initial Comment:
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?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1382562&group_id=5470


More information about the Python-bugs-list mailing list