Re: [Numpy-discussion] Import numpy fails on cygwin python

2009-12-04 Thread Olivia Cheronet
> From: David Cournapeau > >> Does the file > >> /usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so exist ? > >> > >> cheers, > >> > >> David > > > > > > Indeed, this file is not there. Where can I find it? > > My mistake, cygwin uses the same extension as windows, that is .dll > and no

Re: [Numpy-discussion] Import numpy fails on cygwin python

2009-12-04 Thread David Cournapeau
On Thu, Dec 3, 2009 at 5:41 AM, Olivia Cheronet wrote: > - Original Message >> From: David Cournapeau >> >> Does the file >> /usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so exist ? >> >> cheers, >> >> David > > > Indeed, this file is not there. Where can I find it? My mista

Re: [Numpy-discussion] Import numpy fails on cygwin python

2009-12-03 Thread David Cournapeau
On Thu, Dec 3, 2009 at 5:41 AM, Olivia Cheronet wrote: > - Original Message >> From: David Cournapeau >> >> Does the file >> /usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so exist ? >> >> cheers, >> >> David > > > Indeed, this file is not there. Where can I find it? It shoul

Re: [Numpy-discussion] Import numpy fails on cygwin python

2009-12-02 Thread Olivia Cheronet
- Original Message > From: David Cournapeau > > Does the file > /usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so exist ? > > cheers, > > David Indeed, this file is not there. Where can I find it? Thanks. Olivia ___ NumP

Re: [Numpy-discussion] Import numpy fails on cygwin python

2009-12-02 Thread David Cournapeau
Olivia Cheronet wrote: > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 132, in > e> > import add_newdocs > File "/usr/lib/python2.5/site-packages/numpy/add_newdocs.py", line 9, in > le> > from lib import

[Numpy-discussion] Import numpy fails on cygwin python

2009-12-02 Thread Olivia Cheronet
Hello! I have built numpy (updated to the trunk) for my cygwin (1.5.25) Python (2.5.2). However, testing fails when I try to import numpy in python (see output below). I have been searching around for a solution, but everything has failed so far... I would be grateful for any advice. Thank you,