Hi,
I tried to work with the Net connection in Zope.
(Zope 2.7.2-0, python 2.3.3, win32)
I copied the files CLR.dll, Python.Runtime.dll and Python.Runtime.key to
F:\Programme\Zope-2.7.2-0\bin (where Python.exe is)
Starting Zope as a program and than executing a Python function with the
following code
>>> snip -------------------------------------------
import CLR
from CLR import System
System.Console.WriteLine("oktest")
print "durch"
>>>snip -------------------------------------------
prints "oktest" on the console and then the program hangs.
PythonNet-1.0-beta3 works fine on my computer.
What's wrong? Thanks Carsten