Re: [Numpy-discussion] Numpy regression in 1.6.2 in deducing the dtype for record array

2012-07-04 Thread Scott Sinclair
On 5 July 2012 08:10, Ralf Gommers wrote: > > > On Wed, Jul 4, 2012 at 10:56 PM, Sandro Tosi wrote: >> >> Hello, >> >> On Mon, Jul 2, 2012 at 7:58 PM, Sandro Tosi wrote: >> > Hello, >> > I'd like to point you to this bug report just reported to Debian: >> > http://bugs.debian.org/cgi-bin/bugrepo

Re: [Numpy-discussion] Numpy regression in 1.6.2 in deducing the dtype for record array

2012-07-04 Thread Ralf Gommers
On Wed, Jul 4, 2012 at 10:56 PM, Sandro Tosi wrote: > Hello, > > On Mon, Jul 2, 2012 at 7:58 PM, Sandro Tosi wrote: > > Hello, > > I'd like to point you to this bug report just reported to Debian: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679948 > > > > It would be really awesome if y

Re: [Numpy-discussion] Numpy regression in 1.6.2 in deducing the dtype for record array

2012-07-04 Thread Sandro Tosi
Hello, On Mon, Jul 2, 2012 at 7:58 PM, Sandro Tosi wrote: > Hello, > I'd like to point you to this bug report just reported to Debian: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679948 > > It would be really awesome if you could give a look and comment if the > proposed fix would be appro

Re: [Numpy-discussion] Change in memmap behaviour

2012-07-04 Thread Nathaniel Smith
On Tue, Jul 3, 2012 at 4:08 PM, Nathaniel Smith wrote: > On Tue, Jul 3, 2012 at 10:35 AM, Thouis (Ray) Jones wrote: >> On Mon, Jul 2, 2012 at 11:52 PM, Sveinung Gundersen >> wrote: >>> >>> On 2. juli 2012, at 22.40, Nathaniel Smith wrote: >>> On Mon, Jul 2, 2012 at 6:54 PM, Sveinung Gunder

Re: [Numpy-discussion] numpy and readline installation fails

2012-07-04 Thread Ralf Gommers
On Wed, Jul 4, 2012 at 6:24 PM, Aron Ahmadia wrote: > How do the .dmg files work? Are these binary installers into the system > Python? I would expect that these wouldn't work with a manually installed > Python from python.org, but I have no experience with them. > They're binary installers fo

Re: [Numpy-discussion] numpy and readline installation fails

2012-07-04 Thread Aron Ahmadia
How do the .dmg files work? Are these binary installers into the system Python? I would expect that these wouldn't work with a manually installed Python from python.org, but I have no experience with them. Tom, I have had very good luck with the brew Python 2.7 installer, which will give you a /

Re: [Numpy-discussion] numpy and readline installation fails

2012-07-04 Thread Paul Anton Letnes
Hello, I don't know exactly what went wrong. I'd start out my debugging by 1) which python # see whether you're running apple's python in /usr/bin/python, or the one you tried to install 2) which easy_install # did you run Apple-python's easy_install, or the one you (tried to) installed? 3) If

[Numpy-discussion] numpy and readline installation fails

2012-07-04 Thread abc def
Hello, I'm new to python and I'd like to learn about numpy / scipy / matplotlib, but I'm having trouble getting started. I'm following the instructions here: http://www.scipy.org/Getting_Started First I installed the latest version of python from python.org by downloading the dmg file, since

[Numpy-discussion] 32-bit numpy build on a 64-bit machine

2012-07-04 Thread Henry Gomersall
Does anyone have any experience building a 32-bit version of numpy on a 64-bit linux machine? I'm trying to build a python stack that I can use to handle a (closed source) 32-bit library. Much messing around with environment variables and linker flags has got some of the way, perhaps, but not enou