Re: [sage-devel] UnicodeDecodeError while compiling cython with %runfile

2017-07-10 Thread Vincent Delecroix
On 10/07/2017 15:27, Jeroen Demeyer wrote: I am starting to lose my patience with people posting bug reports and omitting the most important part, like the log file or traceback. Anyway, I'm guessing this might be https://github.com/ipython/ipython/pull/10692 looks like it If you would

Re: [sage-devel] UnicodeDecodeError while compiling cython with %runfile

2017-07-10 Thread Jeroen Demeyer
I am starting to lose my patience with people posting bug reports and omitting the most important part, like the log file or traceback. Anyway, I'm guessing this might be https://github.com/ipython/ipython/pull/10692 If you would have posted the traceback instead of "...", I could actually

Re: [sage-devel] UnicodeDecodeError while compiling cython with %runfile

2017-07-10 Thread John Cremona
On 10 July 2017 at 14:14, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > Dear all, > > I am stuck with compiling a single cython file that contains the one line > > from sage.libs.ntl.ntl_ZZX cimport ntl_ZZX > > If such line is saved into toto.pyx then from the console I got > > sage:

[sage-devel] UnicodeDecodeError while compiling cython with %runfile

2017-07-10 Thread Vincent Delecroix
Dear all, I am stuck with compiling a single cython file that contains the one line from sage.libs.ntl.ntl_ZZX cimport ntl_ZZX If such line is saved into toto.pyx then from the console I got sage: %runfile toto.pyx Compiling ./toto.pyx... Traceback (most recent call last) ...