UCS2/UCS4 detection in Makefile doesn't seem to work here.
[EMAIL PROTECTED]:~/svn/pythonnet$ python -c 'import sys; print sys.maxunicode'
1114111
[EMAIL PROTECTED]:~/svn/pythonnet$ make Python.Runtime.dll
cd "/home/tinuviel/svn/pythonnet/src/runtime"; \
gmcs /define:PYTHON24,UCS2 /nologo
Sanghyeon Seo wrote:
> http://pythonnet.sourceforge.net/readme.html says:
> Note that if you are running under Mono on a *nix system, you will
> need to have a compatible version of Python installed. You will also
> need to create a symbolic link to the copy of libpython2.x.so (in your
> existing P
http://pythonnet.sourceforge.net/readme.html says:
Note that if you are running under Mono on a *nix system, you will
need to have a compatible version of Python installed. You will also
need to create a symbolic link to the copy of libpython2.x.so (in your
existing Python installation) in the Pyth