Re: [Pytables-users] Problems with Converting Python Int to C Long

2012-06-28 Thread Anthony Scopatz
Hello Again Jacob, Hmm are they of Python type long? Also, what exactly is the number that is failing? Be Well Anthony On Thu, Jun 28, 2012 at 4:18 PM, Jacob Bennett jacob.bennet...@gmail.comwrote: Hello PyTables Users, I have a concern with a very strange error that references that my

Re: [Pytables-users] Problems with Converting Python Int to C Long

2012-06-28 Thread Jacob Bennett
It's strange really. It seems like anything int 64 in python (greater than 4billion) fails to convert and throws this message; however, for numbers that can be represented by int 32 can convert fine. Btw, this is for a field that is defined as UInt64 in pytables and only fails if I do

Re: [Pytables-users] Problems with Converting Python Int to C Long

2012-06-28 Thread Anthony Scopatz
Thanks Jacob, This definitely sounds like a bug. if you come up with a self contained example, please report it at https://github.com/PyTables/PyTables/issues Thanks! Anthony On Thu, Jun 28, 2012 at 7:40 PM, Jacob Bennett jacob.bennet...@gmail.comwrote: It's strange really. It seems like