From: Dickson, J. R. <Joh...@hm...> - 2012-10-08 20:57:47
|
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 "<string>", line 1, in <module> File "tables/__init__.py", line 30, in <module> from tables.utilsExtension import getPyTablesVersion, getHDF5Version ImportError: No module named utilsExtension I am using Mac OS X 10.8.2. Please let me know if you need any additional information. I would appreciate any suggestions on what the problem may be and how to correct it. Thanks, John |