[Python.NET] UCS2/UCS4 detection

2007-10-17 Thread Sanghyeon Seo
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

Re: [Python.NET] DllMap on Mono

2007-10-17 Thread Christian Heimes
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

[Python.NET] DllMap on Mono

2007-10-17 Thread Sanghyeon Seo
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