Re: [Numpy-discussion] unicode string for specifying dtype

2010-11-17 Thread Anthony Scopatz
Hi Antony This seems to work for me... What version of python/numpy are you using? Be Well Anthony On Tue, Nov 16, 2010 at 11:33 PM, Antony Lee antony@berkeley.eduwrote: I just ran into the following: np.dtype(uf4) Traceback (most recent call last): File stdin, line 1, in module

Re: [Numpy-discussion] unicode string for specifying dtype

2010-11-17 Thread Ilan Schnell
I can confirm that the TypeError appears in numpy 1.4.0, i.e. the version in the current EPD 6.3-1. - Ilan On Wed, Nov 17, 2010 at 3:09 PM, Anthony Scopatz scop...@gmail.com wrote: Hi Antony This seems to work for me...  What version of python/numpy are you using? Be Well Anthony On Tue,

Re: [Numpy-discussion] unicode string for specifying dtype

2010-11-17 Thread Ilan Schnell
Anthony Scopatz was using trunk from June 30, 2010 and it was fixed, so updating to numpy 1.5.0 should fix it. - Ilan On Wed, Nov 17, 2010 at 6:49 PM, Venkat dvr...@gmail.com wrote: I too got same error message. I am using Ubuntu 10.04, with python 2.6.5, numpy 1:1.3.0 Does it require to

[Numpy-discussion] unicode string for specifying dtype

2010-11-16 Thread Antony Lee
I just ran into the following: np.dtype(uf4) Traceback (most recent call last): File stdin, line 1, in module TypeError: data type not understood Is that the expected behaviour? Thanks in advance, Antony Lee ___ NumPy-Discussion mailing list