Hi, I am trying to get hello world with cython. I took a simple cnumop.cpp from tests and run:
ipy cython.py --dotnet tests/compile/cnumop.pyx The resulting file (cnumop.cpp) is now part of project (cpp/clr/class library). After resolving usual reference dependencies I hit: PyErr_Format Since this is a symbol which is coming out of cpython, I am looking for equivalent in clr world. I looked in cython itself but found nothing (mapping?) Is there some sort of mapping dll (cpython symbols => iron symbols)? Or perhaps I am doing something wrong when invoking cython? Any help or information about this is greatly appreciated. --pawel
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users