Re: [Pytables-users] segmentation fault on Mac OS X Lion when running tables.test()

2012-06-18 Thread David Donovan
Hi Anthony, Thanks for the response. Installed HDF5 1.8.9 using the following flags for configure. `./configure --prefix=/usr/local --with-szlib=/Library/Frameworks/Python.framework/Versions/Current CPPFLAGS=-I/Library/Frameworks/Python.framework/Versions/Current/include

[Pytables-users] What is the best way to store date and timezone aware datetime objects in PyTables?

2012-06-18 Thread Aquil H. Abdullah
I need to store dates and timezone aware datetimes in a PyTable. Currently, I am storing values of those types as ISO 8601 strings. I ran across the thread pytables for timeseries data ( http://osdir.com/ml/python.pytables.user/2007-11/msg00036.html) which leads me to believe that what I am doing

Re: [Pytables-users] segmentation fault on Mac OS X Lion when running tables.test()

2012-06-18 Thread Anthony Scopatz
Hmmm That all looks correct. Have you tried linking PyTables against the HDF5 from MacPorts? This has worked for me in the past... On Mon, Jun 18, 2012 at 9:37 PM, David Donovan donov...@gmail.com wrote: Hi Anthony, Thanks for the response. Installed HDF5 1.8.9 using the following flags