Re: [Pythonocc-users] Pythonocc and IronPython

2013-10-01 Thread Antonio Carminelli
> > Just as CPython - uses the C API to run python code > jelle feringa thank you for replying. What do you think about using ironclad? from its google project home it claims "Ironclad basically works by reimplementing the Python C API in C#, and performing a little bit of underhanded trickery to

Re: [Pythonocc-users] Pythonocc and IronPython

2013-09-30 Thread jelle feringa
> Anyone knows if is there any chance to use pythonocc on Ironpython? Alas - nope… Just as CPython - uses the C API to run python code, jython and iron python use the JVM and .NET runtime respectively. So that makes it fully incompatible. -jelle ___