Message11048

Author jeff.allen
Recipients jeff.allen, stefan.richthofer, wymannmi, zyasoft
Date 2017-01-31.23:41:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485906087.03.0.263566802843.issue2521@psf.upfronthosting.co.za>
In-reply-to
Content
Looking again at your explanation of the cause in compat.py ...
# windows detection, covers cpython and ironpython
WINDOWS = (sys.platform.startswith("win") or
           (sys.platform == 'cli' and os.name == 'nt'))

I notice that the version of pip installed by Jython 2.7.0 is older than this, and does its Windows detection in-line in locations.py, where the error arises. In this version there is some Jython-specific detection, but not consistently. Maybe idea #1 is feasible (fix pip).
History
Date User Action Args
2017-01-31 23:41:27jeff.allensetmessageid: <1485906087.03.0.263566802843.issue2521@psf.upfronthosting.co.za>
2017-01-31 23:41:27jeff.allensetrecipients: + jeff.allen, zyasoft, stefan.richthofer, wymannmi
2017-01-31 23:41:27jeff.allenlinkissue2521 messages
2017-01-31 23:41:26jeff.allencreate