Re: [sage-devel] Help with Expect interface UnicodeEncodeError for Julia interface

2017-08-24 Thread Erik Bray
On Thu, Aug 24, 2017 at 3:43 PM, mforets wrote: > > Hi Erik, > OK thanks for the link, I will go ahead with PyJulia. > > I think the problem is the returned times symbol, which is a fancy "x", and > that one requires Python 3 to be properly parsed. To be clear, that doesn't

Re: [sage-devel] Help with Expect interface UnicodeEncodeError for Julia interface

2017-08-24 Thread mforets
Hi Erik, OK thanks for the link, I will go ahead with PyJulia. I think the problem is the returned times symbol, which is a fancy "x", and that one requires Python 3 to be properly parsed. El jueves, 24 de agosto de 2017, 11:59:00 (UTC+2), Erik Bray escribió: > > On Wed, Aug 23, 2017 at 6:33

Re: [sage-devel] Help with Expect interface UnicodeEncodeError for Julia interface

2017-08-24 Thread Erik Bray
On Wed, Aug 23, 2017 at 6:33 PM, mforets wrote: > Hello, > I'm writing an "expect" interface to use Julia from Sage, copy pasted from > the Matlab `interfaces/matlab.py`. > > For the moment, the code is here: > https://gist.github.com/mforets/26d42220946fba8f8e1feb8208783231 >