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 unsupportedCPython library my py
We are using python.net console embedded with our application. On a specific machine running the python console the automatic type conversion defaults to the base class of the object and not the actua
I am using Windows 7, 64-bit. I have managed to download and install pythonnet, so import clr clr.AddReference(\"System.Windows.Forms\")
I have a python library I am trying to use via IronPython (v2.7 RC1 [2.7.0.30]) invocation from C# application. The library uses NumPy and SciPy quite extensively, which does work with SciPy and NumPy
I do understand that this topic has been covered in some way at StackOverflow but I\'m still not able to figure out the exact answer: can I treat IronPython as a Pythonic replacement to C#?
how can I load a c# dll in python? Do I have to put some extra code in the c# files? (like export in c++ files)