Message10470

Author zyasoft
Recipients eaaltonen, zyasoft
Date 2015-11-13.23:06:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447456014.66.0.577578802295.issue2427@psf.upfronthosting.co.za>
In-reply-to
Content
This seems to be a general problem on Windows. Likely this is because the Jansi library depends on a DLL for its functionality when run on Windows, and the way it loads up the DLL is incompatible with Jython being on the bootpath.

Presumably we need to disable attempting using the bootpath for Jython on Windows; or if we do allow it, to disable readline support.
History
Date User Action Args
2015-11-13 23:06:54zyasoftsetmessageid: <1447456014.66.0.577578802295.issue2427@psf.upfronthosting.co.za>
2015-11-13 23:06:54zyasoftsetrecipients: + zyasoft, eaaltonen
2015-11-13 23:06:54zyasoftlinkissue2427 messages
2015-11-13 23:06:54zyasoftcreate