Charles Bouillaguet
unread,Oct 7, 2012, 6:30:46 PM10/7/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
Dear all,
I have a sage file (let us call it foo.sage), that sage runs finely :
./sage foo.sage
--> OK
then, if I ever wanted to "cythonize" it (for greater speed), things start to go wrong
mv foo.sage foo.spyx
./sage foo.spyx
-->
Traceback (most recent call last):
File "/Users/cbouilla/Desktop/sage-5.3/local/bin/sage-sagex", line 5, in <module>
from sage.misc.interpreter import load_sagex
ImportError: cannot import name load_sagex
Is this normal ? Am I doing something wrong ? This happens on sage 5.3 freshly compiled from source without apparent problem on Mac Os 10.7.5
Thanks,
--
Charles Bouillaguet