[Python-bugs-list] [ python-Bugs-509288 ] package_dir paths not converted
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 31 Jan 2002 14:21:27 -0800
Bugs item #509288, was opened at 2002-01-27 12:45
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=509288&group_id=5470
Category: Distutils
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Nobody/Anonymous (nobody)
Summary: package_dir paths not converted
Initial Comment:
If you supply a package_dir dictionary to setup(), as the most recent setup.py for Numeric does, the pathnames in this dictionary are used as-is, in stead of going through a URL-to-local-pathname-convention mapping, as all other pathnames do.
I don't understand enough of the architecture to know where to do this conversion, so if someone else could have a look....
----------------------------------------------------------------------
>Comment By: Jack Jansen (jackjansen)
Date: 2002-01-31 14:21
Message:
Logged In: YES
user_id=45365
Your patch works wonderfully! Please check it in...
----------------------------------------------------------------------
Comment By: Thomas Heller (theller)
Date: 2002-01-28 08:20
Message:
Logged In: YES
user_id=11105
Oops, apparently package_dir can be None instead of beeing
a dictionatry. Updated the patch (patch2.txt).
----------------------------------------------------------------------
Comment By: Thomas Heller (theller)
Date: 2002-01-28 01:41
Message:
Logged In: YES
user_id=11105
Jack, does this patch fix your problem?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=509288&group_id=5470