From: Andreas H. <li...@hi...> - 2013-04-27 17:35:22
|
Am 27.04.2013 19:17, schrieb Anthony Scopatz: > Whoo hoo! Thanks for all of your hard work Antonio! > > PyTables users, we'd really appreciate it if you could try out this beta > release, run the test suite: > > $ python -c "import tables as tb; tb.test()" > > And let us know if there are any issues. Additionally, if you are > feeling brave, any help you can give closing out the last remaining > issues [1] would be great! $ virtualenv --system-site-packages .virtualenvs/pytables-test (pytables-test) $ python -c "import tables; tables.test()" Traceback (most recent call last): File "<string>", line 1, in <module> File "tables/__init__.py", line 82, in <module> from tables.utilsextension import (get_pytables_version, get_hdf5_version, ImportError: No module named utilsextension -- Andreas. |