Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cython: undeclared name not builtin

Loading a .spyx file with

 def bla(W):
    RootSystem(W.cartan_type())

yields

undeclared name not builtin: RootSystem

Is there a library that I need to include?