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 tim.golden
Recipients Emil.Styrke, christian.heimes, tim.golden
Date 2012-10-26.13:26:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351257998.43.0.579634845467.issue16328@psf.upfronthosting.co.za>
In-reply-to
Content
[this response appears to have got lost in an email black hole somewhere]

I assume that "$PYTHONPATH" is actually referring to sys.exec_prefix
(and not the PYTHONPATH env var which has nothing to do with this).

In any case c:\python27\scripts is still the place for scripts. There is
a c:\python27\tools\scripts (which you're welcome to add to your %PATH%
if you find the scripts useful) but that's not the place where
user-installed packages are expected to install their executable helper
scripts.

Without looking closely, I think I agree about default the user path to
%PATH%. I'll add Christian Heimes to this call who, I think, wrote the
original code.
History
Date User Action Args
2012-10-26 13:26:38tim.goldensetrecipients: + tim.golden, christian.heimes, Emil.Styrke
2012-10-26 13:26:38tim.goldensetmessageid: <1351257998.43.0.579634845467.issue16328@psf.upfronthosting.co.za>
2012-10-26 13:26:38tim.goldenlinkissue16328 messages
2012-10-26 13:26:38tim.goldencreate