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

Hi again,
I tried the changes suggested:
"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"

After doing these I get the following error during the easy_install

$ sudo easy_install http://pytables.org/svn/pytables/trunk
Password:
Downloading http://pytables.org/svn/pytables/trunk
Doing subversion checkout from http://pytables.org/svn/pytables/trunk to
/tmp/easy_install-i6Oy0d/trunk
Processing trunk
Running setup.py -q bdist_egg --dist-dir
/tmp/easy_install-i6Oy0d/trunk/egg-dist-tmp-uASEEo
* Found numpy 1.3.0 package installed.
.. ERROR:: You need numexpr 1.3 or greater to run PyTables!
error: Setup script exited with 1

This doesn't make much sense to me, it recognizes that numpy is version 1.3,
but then says I need greater than 1.3?
Thanks for your help
------------------------------------------------------------------------------

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

Reply via email to