[Python.NET] Calling C# from Python 2.3

2005-01-03 Thread Amod Kulkarni
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).

[Python.NET] Embedded scripting

2004-12-29 Thread Amod Kulkarni
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