RE: [Python.NET] Calling C# from Python 2.3

2005-01-03 Thread Brian Lloyd
Hi Amod -   Is the main issue the fact that you have to use Python 2.3? If so, you could use the beta 3 release (which was based on 2.3), or see the README.txt for instructions on building the b4 release for Python 2.3.   In any case, you should be able to just copy Python.Runtime.dll 

[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).