Hi,
probably your python has not been compiled with --enable-shared, and so it
ends up loading the python core twice (once in the executable, and again in
the so referenced by the pythonnet module). This means that the one
pythonnet is using doesn't get initialized correctly.
You could try buildi
Hi!
First, sorry for my English. I'm trying to use pythonnet on Debian Wheezy. I'm
checkout svn trunk, when install mono-2, and other dependencies. Building
clr.so done without errors. On the next step I'm put clr.so, Python.Runtime.dll
and Python.Runtime.dll.config in /usr/local/lib/python2.7/