X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:subject:to :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=yhFl2g0uCA2N6BNx6EASxkyVxotLsdozMT5tbF8wOoLqCwV9//Ejm Q1jlahsAPE07c9oGwx+tK9SPj2slzMFtnsELFXAKYiZbTZbg+aNumnI/kwrrgpk2 WlR9MbkY9lifkyEj4ecutNWvXCpks2QVpB62Rb0Pie2lXt5Y2j4TGI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:subject:to :mime-version:content-type:content-transfer-encoding; s=default; bh=/XXyPsJrBJGKulIZGKV3DAuW9ow=; b=DVB6Ms5DoZD48CJZ/rqCjTlNJ3B/ q1LH/HbjCNcK2jqdaY+JLqdGi63dLihCgmqHFIVxtRLl9M+3zSB+pYwZxk7kbdt0 Z6BBOYZwdKPUOdNmPOz41JOU8+W3F6etLuo+MoqlAcf/H2JUUK21uBXET6dMtA7A MR55J4y3WWNUGco= 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 X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Message-ID: <1369415587.34434.YahooMailNeo@web161203.mail.bf1.yahoo.com> Date: Fri, 24 May 2013 10:13:07 -0700 (PDT) From: jose milovich Reply-To: jose milovich Subject: Problem importing numpy in python 2.7.3 To: "cygwin AT cygwin DOT com" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r4OHDMwN007132 I just installed cygwin 1.17.18-1 in a windows box running windows 7 enterprise. I have used in the past cygwin 1.15.1 with no problems on a windows XP 32 bit machine. When I import numpy (1.6.2) into python 2.7.3  I get the following message python Python 2.7.3 (default, Dec 18 2012, 13:50:09) [GCC 4.5.3] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy Traceback (most recent call last):   File "", line 1, in   File "/usr/lib/python2.7/site-packages/numpy/__init__.py", line 137, in     import add_newdocs   File "/usr/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in     from numpy.lib import add_newdoc   File "/usr/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in     from polynomial import *   File "/usr/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 17, in < module>     from numpy.linalg import eigvals, lstsq   File "/usr/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 48, in      from linalg import *   File "/usr/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 23, in     from numpy.linalg import lapack_lite ImportError: No such file or directory >>> I verified that lapack_lite.dll is in the appropriate place but not sure why it does not recognize it. I have read on the web that there was at some time a problem with cyggfortran-3.dll but not sure what to do if this is the case. Jose L. Milovich josem11 AT yahoo DOT com  -- 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