On 25 May 2010 09:38, Brandt Belson <bbel...@princeton.edu> wrote:
> Hi,
> I'm trying to install pytables on a mac OS 10.6. I installed hdf5 v 1.8.4
> with shared libraries. I then included the location of the libraries in my
> LD_LIBRARY_PATH env variable, and tried to install pytables through both
> easy_install and from source. Neither appears to work.

I don't think you're doing anything wrong; it looks like the same
problem I had recently. It was fixed by installing the latest source:

sudo easy_install http://pytables.org/svn/pytables/trunk

It only works in 64-bit mode too, so you need to make sure your python
is running in 64 bit.
defaults write com.apple.versioner.python Prefer-32-Bit -bool no

More info is available if you look for a thread called "Snow Leopard
Compilation"

Brett

------------------------------------------------------------------------------

_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to