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 wrote: > It's strange really. It seems like anything int 64 in python (gr

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 Table.append(

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 wrote: > Hello PyTables Users, > > I have a concern with a very strange error that references that my python > ints cannot be co

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

2012-06-28 Thread Jacob Bennett
Hello PyTables Users, I have a concern with a very strange error that references that my python ints cannot be converted to C longs when trying to run Table.append(rows). My python integers are definitely not big, at most they would probably be around 3 billion in size, which shouldn't be any prob