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 eric.araujo
Recipients christian.heimes, eric.araujo, palm.kevin, pitrou, slanger, tarek
Date 2010-11-16.03:40:50
SpamBayes Score 0.0013026664
Marked as misclassified No
Message-id <1289878852.7.0.58441172832.issue1326113@psf.upfronthosting.co.za>
In-reply-to
Content
I’ve reviewed other modules for the same error and found two candidates: config.libraries, the same thing as build_ext.libraries, and install.extra_path, for which I’m not sure.

(More distutils2 thoughts: A number of options are split on os.pathsep, a new ensure_dirs_list method looks in order.  Regarding the type system, an angry comment in build_py confirmed the need :)
History
Date User Action Args
2010-11-16 03:40:52eric.araujosetrecipients: + eric.araujo, slanger, pitrou, christian.heimes, tarek, palm.kevin
2010-11-16 03:40:52eric.araujosetmessageid: <1289878852.7.0.58441172832.issue1326113@psf.upfronthosting.co.za>
2010-11-16 03:40:50eric.araujolinkissue1326113 messages
2010-11-16 03:40:50eric.araujocreate