On Sat, Apr 27, 2013 at 12:35 PM, Andreas Hilboll <li...@hilboll.de> 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.
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to