![](https://secure.gravatar.com/avatar/2b1fbd0c1412f8a5a18ece0488196e0f.jpg?s=120&d=mm&r=g)
Hi Robert,
I tested on my laptop with a fresh clone and everything works (test_install.py) except test_input_linear_elastic_dynamic:
logan@quantumdot:~/projects/sfepy_test$ ./runTests.py --debug
tests/test_input_linear_elastic_dynamic.py
<<< directory: tests, test files: 1
<<< tests/test_input_linear_elastic_dynamic.py
sfepy: left over: ['verbose', '__builtins__', '_filename', '__file__',
'__package__', 'TestInputEvolutionary', 'input_name', '__doc__',
'__name__', 'output_name_trunk']
--- 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 87, in from_conf
return TestInput.from_conf(conf, options, cls=cls)
File "tests/testsBasic.py", line 30, in from_conf
test_conf = ProblemConf.from_file(input_name, required, other)
File "/home/logan/projects/sfepy_test/sfepy/base/conf.py", line 249,
in from_file
funmod = import_file( filename )
File "/home/logan/projects/sfepy_test/sfepy/base/base.py", line 126,
in import_file
mod = __import__(name)
File "tests/../examples/linear_elasticity/linear_elastic_dynamic.py",
line 2, in <module>
from linear_elastic import
ImportError: cannot import name fe
I'm not sure what this mysterious fe module is, but it doesn't seem to be needed so I removed it and the test passes.
Btw, should test_install.py be run from the sfepy source directory or from the final installed location? It seems to be set up currently for the source directory.
Good luck with the release! Logan
2010/8/3 Robert Cimrman <cimr...@ntc.zcu.cz>:
Hi,
we are going to make a release soon (maybe tomorrow), so any testing of the current git master branch [1] would be welcome.
I hope that not everyone is on holidays :)
r. [1] http://github.com/sfepy/sfepy
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.