Hi !

I have writed some C code that I've integrated to sage using a .spyx file, 
and it work well.
But when I put it in the sage source code and replace the .spyx extension 
by .pyx, the functions sig_on() and sig_off() doesn't work anymore (if I 
avoid them, it works well).
I get the following error :
{{{
sage/combinat/words/cautomata.pyx:364:14: undeclared name not builtin: 
sig_on
}}}
Do you know why there is this error and how to fix it ?

Thanks,
Paul

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to