Hello,<div><br></div><div>As mentioned in the other thread, I have built pythonnet with VS2012 for a 64-bit Python installation and using .NET 4 assemblies. Things seem to work well.</div><div><br></div><div><div>However, I just tried to `import numpy` and all hell broke loose... the reason I pursued pythonnet was because I thought it would allow me to use the pure CPython modules without needing to rely on any of the modified versions built for IronPython. Below is the PowerShell output from starting EPD and importing numpy and starting pythonnet python.exe and importing numpy.<br>
</div></div><div><br></div><div><div><div>PS G:\svn\Python\pythonnet\trunk\pythonnet\src\console\bin\Debug> python #should load EPD python<br></div><div>Enthought Python Distribution -- <a href="http://www.enthought.com">www.enthought.com</a></div>
<div>Version: 7.3-2 (64-bit)</div><div><br></div><div>Python 2.7.3 |EPD 7.3-2 (64-bit)| (default, Apr 12 2012, 15:20:16) [MSC v.1500 64 bit (AMD64)] on win32</div><div>Type "credits", "demo" or "enthought" for more information.</div>
<div>>>> import numpy; print numpy.__version__</div><div>1.6.1</div><div>>>> exit()</div><div>PS G:\svn\Python\pythonnet\trunk\pythonnet\src\console\bin\Debug> .\python.exe</div><div>Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32</div>
<div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import numpy</div></div></div><div>[Bang!] - A window opens with</div><div>TITLE: Microsoft Visual C++ Runtime Library</div>
<div>Message: Runtime Error!</div><div><br></div><div>Program: G:\svn\Python...</div><div><br></div><div>R6034</div><div>An application has made an attempt to load the C runtime library incorrectly</div><div>Please contact the application's support team for more information</div>
<div>"""</div><div><br></div><div>This is not a lot of information, but maybe someone has some ideas on how to troubleshoot?</div><div><br></div><div>Thank you,</div><div>john</div><div><br></div><div><br></div>
<div><br></div><div><br></div><div><br></div>