Re: [Python.NET] Replaced Python.exe file causes problems for extension modules

2011-07-11 Thread Øystein Skotheim
On 11.07.2011 12:34, Dave Hirschfeld wrote: The other solution would be to keep my original "Python.exe" file, but if I do that I get the following error message when I try to import the CLR module: In [1]: import clr Traceback (most

Re: [Python.NET] Replaced Python.exe file causes problems for extension modules

2011-07-11 Thread Dave Hirschfeld
Øystein Skotheim writes: > > Hello. I have managed to compile the SVN version of PythonDotNet against > the 4.0 version of the .NET library with Visual Studio 2010 on Windows > 7. I copied over clr.pyd, Python.Runtime.dll as well as new versions of > python.exe and pythonw.exe into my C:\Pyth

[Python.NET] Replaced Python.exe file causes problems for extension modules

2011-07-11 Thread Øystein Skotheim
Hello. I have managed to compile the SVN version of PythonDotNet against the 4.0 version of the .NET library with Visual Studio 2010 on Windows 7. I copied over clr.pyd, Python.Runtime.dll as well as new versions of python.exe and pythonw.exe into my C:\Python26 directory. I am now able to impo