Really sorry guys! But for the life of me I am nearing the breaking point of going mad trying to install Python for .NET. I read the instructions meticulously below and still can't seem to get the installation to work. I am running python on an Spyder IDE, I a have windows 7. I downloaded the files pythonnet-2.0-Beta0-clr4.0_140_py27_UCS2_x86. I found my python directory by using the following commands:
>>> import os
>>> os.getcwd()
'C:\\Users\\Jessica'
I dragged all the unziped files into the directory and tried to load CLR
>>> import clr as ccllrr
Unhandled Exception: System.BadImageFormatException: Could not load file or assembly 'clr.pyd' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
File name: 'clr.pyd'
But I keep getting this error message. What am I doing wrong? Did a miss a step somewhere?
Here are the instructions I have been following: How to install Python for .NET on Windows
and