RE: [Python.NET] PythonNet with Python 2.4

2004-12-09 Thread Brian Lloyd
> I am running Python 2.4. > > Tried using PyhonNetwith my existing python by copying > python.runtime.dll and CLR.dll, but when import CLR, get error: > System Error, Dynamic Module not initialized properly. > > Is it because incompatible with Python 2.4? Anyone use Python 2.4 with > PythonNet?

[Python.NET] PythonNet with Python 2.4

2004-12-09 Thread kc cheng
I am running Python 2.4. Tried using PyhonNetwith my existing python by copying python.runtime.dll and CLR.dll, but when import CLR, get error: System Error, Dynamic Module not initialized properly. Is it because incompatible with Python 2.4? Anyone use Python 2.4 with PythonNet? ___