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?