I have Windows 7 x64 and a Python version 2.7.6 on win32. The framework installed are:
Microsoft .NET Framework 4.5.2 Microsoft .NET Framework 4 Multi-Targeting Pack. So, when I run my application he crashs on:
import clr
with this error:
SystemError: dynamic module not initialized properly
I have also rebuild pythonnet with Visual C# 2010 express, with x86 platform, but nothing.
Can anyone help me, please. And possibly can anyone tell me the required .NET Framework installed for use pythonnet.