On 2010-01-04 04:46 AM, Francesc Alted wrote:
> 2010/1/4, Robert Kern<robert.k...@gmail.com>:
>>> from tables.utilsExtension import getPyTablesVersion, getHDF5Version
>>> File "definitions.pxd", line 138, in tables.utilsExtension
>>> ValueError: numpy.dtype does not appear to be the correct type object
>>
>> You will need to rebuild PyTables using numpy 1.4.0. Pyrex does some (IMO,
>> overzealous) type checking. numpy 1.4.0 extends a type struct to add a
>> feature.
>> This was done in a binary compatible way except that Pyrex does an explicit
>> check for the size of the struct.
>
> That's interesting.  Do you know if Cython has this problem/feature too?

Yup! I have asked them to loosen this restriction, and I believe that they have 
(or will before the next release) change this exception to a warning.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to