Hi Dave,

to be able to process a *.pyx file (as the doctest definitely seems to
do), yes, you need a compiler (either C or even C++, depending on
the .pyx file). If you want to load/attach *.pyx files, the same
applies. (Behind the scenes, Cython is used to generate out of the
*.pyx file a *.c, or *.cpp file. Out of that, in a second step, a *.so
Python extension file is made, i.e. compiled --- by using a/the
standard compiler.)


Cheers,
Georg

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to