On 7 March 2010 23:23, Massimo Di Stefano <massimodisa...@gmail.com> wrote:
> Hi Tony,
>
> i tried your suggestions
>
> i removed from /usr/local  the old hdf5 installation
> then i installed slib and zlib from source (using plane configure)
> and hdf5 1.8.4 patch1 using :
>
> ./configure --prefix=/Library/Frameworks/Python.framework/Versions/Current

I did say my setup will be different to yours, /usr/local is a better
prefix if you're using Apple's python.

> then i tried using the svn vewrsion for pytables :
>
> svn co http://pytables.org/svn/pytables/trunk pytables
> cd pytables/
> python setup.py build_ext --inplace 
> --hdf5=/Library/Frameworks/Python.framework/Versions/Current
>
> this the build log :
>
> http://www.geofemengineering.it/data/pytables_build_log

Ok, there's a lot going on there, you're also using an svn version of
numpy, and the -arch ppc seems suspicious.

Can you send the output of these commands:

which python
python -V
gcc -v
echo $PATH

Also, is there a particular reason you're using the svn versions? I'm
pretty sure:

easy_install numpy pyrex

Then grab the pytables beta tarball will work.

Tony

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to