Re: [Python.NET] Using numpy/matplotlib - DLL Load Failed

2011-04-19 Thread Tribble, Brett
Import multiarray first as well. Numpy is doing an import in the __init__ according to what I see here, unless I'm wrong, which is also likely. Lather, rinse, repeat for any additional modules that fail to load. This bug has plagued my pythondotnet usage since day 1... -Original Message---

Re: [Python.NET] Using numpy/matplotlib - DLL Load Failed

2011-04-19 Thread ElMariachi
I've tried just this - starting up pythonnet.exe and importing pylab, or matplotlib, or numpy as the first import prior to clr. I still get the DLL not found errors. Have you found any other solution? Barton wrote: > > I have had tons of issues with python 2.7 and manifest issues that did > n