>
> 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
> 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
___