From: Anthony S. <sc...@gm...> - 2013-04-27 17:42:36
|
On Sat, Apr 27, 2013 at 12:35 PM, Andreas Hilboll <li...@hi...> wrote: > 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 > This seems like you didn't compile and install PyTables first. So to be more clear: ~ $ cd pytables ~/pytables $ python setup.py install ~/pytables $ cd .. ~ $ python -c "import tables; tables.test()" Be Well Anthony > > -- Andreas. > |