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

2005-01-04 Thread J. Merrill
The docn says that any .NET class to be used from COM must have a public no-parameters constructor.  I don't see one in any of the classes you defined. Nesting classes the way you have is not, I don't think, going to be compatible with being called from COM.  The class you seem to be asking COM t

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