Mail Archives: cygwin/2011/03/24/17:55:46
Some time in the last few days, the Python numpy module has broken (below)
Python seems to be functional otherwise.
The python and python-numpy packages are both up to date and haven't been c=
hanged recently.
The failure occurs with cygwin-1.7.8-1, and with the cygwin1.dll snapshot I=
installed this morning to fix the "winmm.dll error 487" problem.
The library associated with the failure appears to be this one:
/usr/lib/python2.6/site-packages/numpy/linalg/lapack_lite.dll
It's apparently where it should be and uncorrupted. Any suggestions?
*************************
=20
Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)=20
[GCC 4.3.4 20090804 (release) 1] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
--=20
Mark Hadfield "Kei puwaha te tai nei, Hoea tahi tatou"
m DOT hadfield AT niwa DOT co DOT nz
NIWA>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/numpy/__init__.py", line 132, in <=
module>
import add_newdocs
File "/usr/lib/python2.6/site-packages/numpy/add_newdocs.py", line 9, in =
<module>
from lib import add_newdoc
File "/usr/lib/python2.6/site-packages/numpy/lib/__init__.py", line 13, i=
n <module>
from polynomial import *
File "/usr/lib/python2.6/site-packages/numpy/lib/polynomial.py", line 17,=
in <module>
from numpy.linalg import eigvals, lstsq
File "/usr/lib/python2.6/site-packages/numpy/linalg/__init__.py", line 47=
, in <module>
from linalg import *
File "/usr/lib/python2.6/site-packages/numpy/linalg/linalg.py", line 22, =
in <module>
from numpy.linalg import lapack_lite
ImportError: No such process
>>>=20
Please consider the environment before printing this email.
NIWA is the trading name of the National Institute of Water & Atmospheric R=
esearch Ltd.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -