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 tabrezm
Recipients dstufft, eric.araujo, tabrezm
Date 2014-11-20.02:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416451330.98.0.349582823726.issue20106@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have access to the code anymore that repro'ed this issue. I just remember writing a setup script for a module I was working on, and when 'install' was run, it would print this error message.

It's pretty easy to see in code what the problem is though. In install_data.py, warn_dir is set to '1' in initialize_options(), but it's value is never altered. So regardless of what is or isn't passed in, the warning will always be printed.
History
Date User Action Args
2014-11-20 02:42:11tabrezmsetrecipients: + tabrezm, eric.araujo, dstufft
2014-11-20 02:42:10tabrezmsetmessageid: <1416451330.98.0.349582823726.issue20106@psf.upfronthosting.co.za>
2014-11-20 02:42:10tabrezmlinkissue20106 messages
2014-11-20 02:42:10tabrezmcreate