X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.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.hadfield@niwa.co.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