fails 1/60 tests:
here's the debug output
grassy@work:~/sfepy./runTests.py --debug tests/
test_input_linear_elastic_mM.py
<<< directory: tests, test files: 1
<<< tests/test_input_linear_elastic_mM.py
sfepy: left over: ['__builtins__', '_filename', '__file__',
'__package__', 'TestInput', 'input_name', '__name__', 'output_name',
'__doc__']
--- test instance creation failed
Traceback (most recent call last):
File "./runTests.py", line 225, in <module>
main()
File "./runTests.py", line 216, in main
run_tests(stats, dirname, [filename])
File "./runTests.py", line 148, in run_tests
n_fail, n_total, test_time = run_test( conf_name, options )
File "./runTests.py", line 95, in run_test
test = conf.funmod.Test.from_conf( conf, options )
File "tests/testsBasic.py", line 21, in from_conf
test_conf = ProblemConf.from_file( input_name, required, other )
File "/home/grassy/sfepy/sfepy/base/conf.py", line 239, in from_file
funmod = import_file( filename )
File "/home/grassy/sfepy/sfepy/base/base.py", line 86, in
import_file
mod = __import__(name)
File "tests/../examples/homogenization/linear_elastic_mM.py", line
4, in <module>
from sfepy.homogenization.micmac import get_homog_coefs_linear
File "/home/grassy/sfepy/sfepy/homogenization/micmac.py", line 6, in
<module>
import tables as pt
File "/usr/lib/python2.6/dist-packages/tables/__init__.py", line 76,
in <module>
from tables.file import File, openFile, copyFile
File "/usr/lib/python2.6/dist-packages/tables/file.py", line 44, in
<module>
from tables import hdf5Extension
ImportError: cannot import name hdf5Extension
perhaps cython related?