X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Fri, 5 Dec 2008 12:36:52 -0500 From: "Gustavo Seabra" To: cygwin AT cygwin DOT com Subject: Cygwin/Python question: NumPy MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 Hi All, I have installed all the python packages available from setup.exe, which includes NumPy. However, I am trying to install another program (BioPython), which depends on numPy being present, but it can't find it (see below). Am I missing anything here? Thanks, Gustavo. ------------------- $ python setup.py build running build running build_py *** Numerical Python (NumPy) *** is either not installed or out of date. This package is optional, which means it is only used in a few specialized modules in Biopython. You probably don't need this if you are unsure. You can ignore this requirement, and install it later if you see ImportErrors. You can find Numerical Python (NumPy) at http://numpy.scipy.org/. Do you want to continue this installation? (Y/n) n running build_ext $ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/