From owner-freebsd-python@FreeBSD.ORG Sat Mar 16 13:30:01 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 911FB2A3 for ; Sat, 16 Mar 2013 13:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B753E89 for ; Sat, 16 Mar 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2GDU1ph023280 for ; Sat, 16 Mar 2013 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2GDU1Qm023279; Sat, 16 Mar 2013 13:30:01 GMT (envelope-from gnats) Date: Sat, 16 Mar 2013 13:30:01 GMT Message-Id: <201303161330.r2GDU1Qm023279@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Geoffrey Mainland Subject: Re: ports/176993: math/py-matplotlib/work does not see installed numpy X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Geoffrey Mainland List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 13:30:01 -0000 The following reply was made to PR ports/176993; it has been noted by GNATS. From: Geoffrey Mainland To: bug-followup@FreeBSD.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/176993: math/py-matplotlib/work does not see installed numpy Date: Sat, 16 Mar 2013 13:19:10 +0000 Hi Vladimir, If you start the python interpreter and type "import numpy", what happens? I have seen many broken numpy installations. The matplotlib will "see" that numpy is installed, but when the configuration runs, numpy can't be imported so configuration fails. Geoff