Hi,
I know PythonNet has been specially designed to handle .NET/CLR compatibility
but because of some other restrictions I want to use Python 2.3 to access a C#
function.
First of all is it possible? I am trying with following piece of code in
C# (Server app) and python (client app).
Hi,
I am new to PythonNet and am experimenting a little bit with it. Basically
I am trying to call python function from C# code with the help of Python.Runtime
DLL.
I was able to import a python module in C# and call one of its functions.
But this works fine only when the module suppli