Re: [Pytables-users] Pytables-users Digest, Vol 80, Issue 4

2013-01-03 Thread Anthony Scopatz
Josh is right that you can just edit the code by hand (which works but sucks). However, on Windows -- on the rare occasion when I also have to develop on it -- I typically use a distribution that includes a compiler, cython, hdf5, and pytables already and then I install my development version from

Re: [Pytables-users] Pytables-users Digest, Vol 80, Issue 4

2013-01-03 Thread Josh Ayers
The change was in pure Python code, so you should be able to just paste in the changes to your local copy. Start with the table.Column.__iter__ method (lines 3296-3310) here. https://github.com/PyTables/PyTables/blob/b479ed025f4636f7f4744ac83a89bc947808907c/tables/table.py It needs to be modifie

Re: [Pytables-users] Pytables-users Digest, Vol 80, Issue 4

2013-01-03 Thread David Reed
I apologize if I'm starting to sound helpless, but I'm forced to work on Windows 7 at work and have never had luck compiling python source successfully. I have had to rely on precompiled binaries and now its biting me in the butt. Is there any quick fix I can do to improve this iteration using v2