On 30 mar, 22:37, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Sun, Mar 30, 2008 at 12:44 PM, bourba <[EMAIL PROTECTED]> wrote:
>
> > Hello.
>
> > I would like to access external C code so I have
> > exactly followed the example exposed in
> > http://www.sagemath.org/doc/html/tut/node51.html
> > (5.2.1 Accessing C Functions in Separate Files)
>
> > My directory "/home/mainuser/test_sage" contains
> > "test.c" plus "test.spyx" and when I type :
>
> > sage : load "/home/mainuser/test_sage/test.spyx"
>
> > then sage returns this error message:
>
> > Loading of file "/home/mainuser/test_sage/test.spy" has type not
> > implemented.
>
> Try changing the filename to test.pyx and see if that helps.
>
> William
1) I have renamed the file to test.pyx and now SAGE returns :
Syntax Error:
load "/home/mainuser/test_sage/test.pyx"
2) I use SAGE 2.10.4 (i686 athlon Debian)
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---