What version of Sage are you using? I tried this on my local machine
and can't duplicate the error that you're getting.
--Mike
Try changing the filename to test.pyx and see if that helps.
William
This is not implemented. In fact, I never even thought of implementing this,
but it probably wouldn't be too hard.
> - The complaint is
> Loading of file "/home/king/SAGE/test.spy" has type not implemented.
> Note that it says "test.spy", not "test.spyx". As much as i remember,
> there was a discussion on this in another thread.
The problem is that I never implemented this. I wish somebody would.
I bet it would be very easy, since we have %cython in the notebook.
In fact, it just occured to me that if you type
cython(open("/home/king/SAGE/test.spyx").read())
then that is 100% equivalent to what you would get from
load /home/king/SAGE/test.spyx
So, it's pretty easy to workaround that load thing not being implemented!
>
> I don't know if the two observations are related.
They are, where the relationship is just me not having
implemented something I should have.
> >
>
--
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org