[Python.NET] nmake version of makefile (makefile.nmake)

2005-08-24 Thread Michael Eddington
"Ported" the makefile to nmake (attached). mike # Makefile for the PythonRuntime .NET assembly and tests. Thanks to # Camilo Uribe <[EMAIL PROTECTED]> for contributing Mono support. RELEASE=pythonnet-1.0-rc2-py2.4-clr1.1-src RUNNER= ILDASM=ildasm ILASM=ilasm CSC=csc.exe all: python.exe CLR.dll

Re: [Python.NET] Adding PyRun_String to Runtime

2005-08-24 Thread Michael Eddington
Brian, I upgraded to the latest distribution but still had issues with the RunString included. Seems GetGlobals also has issues. I ended up re-writing the implementation as such follows. This seems to work reliably. One difference from the two implementations is I'm sending __builtin__ as the