This is python 2.3.
I start a toy .NET service. This is a C-sharp executable.
In the C-sharp files, this code exists:
namespace foo
{
public class Toy : MarshalByRefObject, IToy
...
}
In python, after loading an assembly, I can successfully do either:
from CLR.foo import Toy
from C
Thanks for the fast reply. The pseudo-cast did it. I'd wonder why
trying Itoy() gave complaints about needing an argument.
Rick
-Original Message-
From: Brian Lloyd [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 28, 2004 1:13 PM
To: Martin Richard; [email protected]
Su