Hello John,
You probably installed globally and are trying to test locally. Either
leave off the Pythonpath or try testing from a location other than the root
pytables dir.
Be Well
Anthony
On Mon, Oct 8, 2012 at 4:23 PM, Dickson, John Robert <
john_dick...@hms.harvard.edu> wrote:
> Hello,
>
>
Hello,
I am trying to install PyTables, but when testing it with the command:
env PYTHONPATH=. python -c "import tables; tables.test()"
It returned the following:
Traceback (most recent call last):
File "", line 1, in
File "tables/__init__.py", line 30, in
from tables.utilsExtensi