Skip to main content

All Questions

5 votes
1 answer
2k views

Call IronPython from standard Python

How can I call an IronPython function from within Python? Is there an easy way to interface the two. I need the flexibility of both a full set of proper Python libraries that are not available in ...
pyCthon's user avatar
  • 12.4k
64 votes
6 answers
128k views

Calling a C# library from python

Anyone can share a working example on how to call a simple C# library (actually its WPF) from python code? (I have tried using IronPython and had too much trouble with unsupported CPython library my ...
ychuri's user avatar
  • 711