X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_50,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-Id: <4D8C7498020000AE000551DE@gwia.niwa.co.nz> Date: Fri, 25 Mar 2011 10:55:20 +1300 From: "Mark Hadfield" To: "Cygwin Mailing List" Subject: Python numpy module is broken Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 "", line 1, in 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 = from lib import add_newdoc File "/usr/lib/python2.6/site-packages/numpy/lib/__init__.py", line 13, i= n from polynomial import * File "/usr/lib/python2.6/site-packages/numpy/lib/polynomial.py", line 17,= in from numpy.linalg import eigvals, lstsq File "/usr/lib/python2.6/site-packages/numpy/linalg/__init__.py", line 47= , in from linalg import * File "/usr/lib/python2.6/site-packages/numpy/linalg/linalg.py", line 22, = in 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