Message11958

Author jeff.allen
Recipients MightyDash, jeff.allen, zyasoft
Date 2018-05-07.19:17:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525720631.27.0.682650639539.issue2667@psf.upfronthosting.co.za>
In-reply-to
Content
As I thought, virtualenv is confused by Jython on Windows. Unfortunately, it is not as simple as I thought: virtualenv tests successfully for Jython and makes explicit variations for it in many places. (It is explicitly wrong about the Include directory.)

I can arrange to set virtualenv.is_win = True, but then it just fails looking for msvcrt. Basically, is_jython means Jython on POSIX and is_win means CPython on Windows.
History
Date User Action Args
2018-05-07 19:17:11jeff.allensetmessageid: <1525720631.27.0.682650639539.issue2667@psf.upfronthosting.co.za>
2018-05-07 19:17:11jeff.allensetrecipients: + jeff.allen, zyasoft, MightyDash
2018-05-07 19:17:11jeff.allenlinkissue2667 messages
2018-05-07 19:17:11jeff.allencreate