[Numpy-discussion] SharedLibrary builder (ticket 213)

2007-06-17 Thread David Cournapeau
Hi, following the discussion on using ctypes in scipy, the main problem seems the inability to build a usable dll usable by ctypes using distutils. Numpy ticket 213 tackles the issue; as I need it personnally, I am willing to work on the feature, but I would need a bit some advices on nump

Re: [Numpy-discussion] question about numpy

2007-06-17 Thread Robert Kern
Stefan van der Walt wrote: > On Fri, Jun 15, 2007 at 03:44:37PM -0400, David M. Cooke wrote: >>> I meet a problem when I installed numpy. I installed numpy by the command >>> "python setup.py install". Then I tested it by "python -c 'import numpy; >>> numpy.test()'". But it doesn't work. There is a

Re: [Numpy-discussion] Problems with Numeric

2007-06-17 Thread Ali Santacruz
Thank you very much Chuck for your help. Regards, Ali S. - Mensaje original De: Charles R Harris <[EMAIL PROTECTED]> Para: Discussion of Numerical Python Enviado: domingo, 17 de junio, 2007 10:25:01 Asunto: Re: [Numpy-discussion] Problems with Numeric On 6/16/07, Ali Santacruz <[E

Re: [Numpy-discussion] Problems with Numeric

2007-06-17 Thread Charles R Harris
On 6/16/07, Ali Santacruz <[EMAIL PROTECTED]> wrote: Hi dear list, I am designing an application that uses GDAL (which seems to bind to Numeric) to read an image and convert it to an array. The code runs without problem in the console, then I compile it (apparently without problems), but when I

Re: [Numpy-discussion] question about numpy

2007-06-17 Thread Stefan van der Walt
On Fri, Jun 15, 2007 at 03:44:37PM -0400, David M. Cooke wrote: > > I meet a problem when I installed numpy. I installed numpy by the command > > "python setup.py install". Then I tested it by "python -c 'import numpy; > > numpy.test()'". But it doesn't work. There is an error message: > > "Running