[SciPy-User] [SciPy-user] ImportError: DLL load failed: The specified module could not be found.After update
Ralf Gommers
ralf.gommers at googlemail.com
Thu Jun 28 16:19:24 EDT 2012
On Thu, Jun 28, 2012 at 9:52 PM, surfcast23 <surfcast23 at gmail.com> wrote:
>
> Hi I just updated to Numpy 1.6.2. When I tried to run a script that needs
> to
> import Numpy, Scipy, and Matplotlib I get the following error.
>
> Traceback (most recent call last):
> File "C:\Documents and Settings\Khary\My Documents\PHYSICS\Wave-eqn.py",
> line 4, in <module>
> from scipy.linalg import toeplitz
> File "C:\Python32\lib\site-packages\scipy\linalg\__init__.py", line 115,
> in <module>
> from .misc import *
> File "C:\Python32\lib\site-packages\scipy\linalg\misc.py", line 3, in
> <module>
> from . import fblas
> ImportError: DLL load failed: The specified module could not be found.
>
> I tried reinstalling and nothing. Does anyone know of a fix?
>
How did you install numpy? If with a binary, please say where you got it.
And does "C:\Python32\lib\site-packages\scipy\linalg\fblas.pyd" exist?
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120628/6b8ce13b/attachment.html>
More information about the SciPy-User
mailing list