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 tabrezm
Date 2014-01-02.10:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388657979.45.0.323765356952.issue20106@psf.upfronthosting.co.za>
In-reply-to
Content
In run(), there is a warning message printed to the console if warn_dir is '1':
  if self.warn_dir:
    self.warn("setup script did not provide a directory for "
              "'%s' -- installing right in '%s'" %
             (f, self.install_dir))

warn_dir should be unset in run to suppress the warning if an install_dir is specified.
History
Date User Action Args
2014-01-02 10:19:39tabrezmsetrecipients: + tabrezm
2014-01-02 10:19:39tabrezmsetmessageid: <1388657979.45.0.323765356952.issue20106@psf.upfronthosting.co.za>
2014-01-02 10:19:39tabrezmlinkissue20106 messages
2014-01-02 10:19:38tabrezmcreate