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
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