X-Spam-Check-By: sourceware.org Message-ID: <11850515.post@talk.nabble.com> Date: Sun, 29 Jul 2007 03:56:50 -0700 (PDT) From: mostlyharmless To: cygwin AT cygwin DOT com Subject: ImportError: No module named Numeric MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: garstonian AT hotmail DOT com 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 I have added Numeric to cygwin (using the setup.exe utility) but when I try to import Numeric i get the Import error:- $ python Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import Numeric Traceback (most recent call last): File "", line 1, in ImportError: No module named Numeric >>> I'm guessing I need to set the PYTHONPATH environment variable, but looking through the cygwin directory I can't find either Numeric.so or Numeric.dll, although there are many other Numeric files, am I on the right track here? -- View this message in context: http://www.nabble.com/ImportError%3A-No-module-named-Numeric-tf4165203.html#a11850515 Sent from the Cygwin Users mailing list archive at Nabble.com. -- 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/