thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

rewrite the "pytables import failed!" #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently:

In [1]: from sfe.fem.mesh import Mesh
 pytables import failed!

this is annoying and confusing.

Let's make this silent and only shout when pytables are really needed?

Original issue reported on code.google.com by ondrej.c...@gmail.com on 26 Jun 2008 at 11:18

GoogleCodeExporter commented 9 years ago
done.

Original comment by robert.c...@gmail.com on 26 Jun 2008 at 2:42

GoogleCodeExporter commented 9 years ago
Works fine now, thanks.

In [1]: from sfepy.fem.mesh import Mesh

In [2]: 

Original comment by ondrej.c...@gmail.com on 26 Jun 2008 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.c...@gmail.com on 26 Jun 2008 at 3:02

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/46

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:24