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

2011-04-20 Thread ElMariachi
I have tried, as you mentioned, importing multiarray first. It is a module declared in numpy.core (the filename is "multiarray.pyd") though I keep getting the same error. Any idea what else I might try? >>> from numpy.core import multiarray Traceback (most recent call last): File "", line 1, i

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

2011-04-20 Thread Tribble, Brett
Check to make sure that your pythonpath and system path are the same after you import the CLR. In other words, what are both of these set to when it works, and when it fails. Perhaps Barton has some idea what causes the underlying error. -Original Message- From: pythondotnet-bounces+bt