[Ironpython-users] cython-for-ironpython

Pawel Jasinski pawel.jasinski at gmail.com
Tue Jun 3 12:30:19 CEST 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140603/7e608d82/attachment.html>


More information about the Ironpython-users mailing list