Hi
 
I am trying to use Python Net with Zope. I successfully compiled Zope for Python 2.4.
 
The strange issue I am facing is that when I use Python interpreter or run scripts from command prompt everything works fine, but when I use external methods from Zope I cant call any method on CLR objects.
 
Properties, constructors work fine, but calling any method (even void without parameters) hangs the system.
 
What can be the reason?
 
Thanks
Alexander