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