Hello,
I installed your sfepy software yesterday without any trouble.
I'm on ubuntu 9.10 Karmic and I have mayavi2 installed and working
properly
I followed the installation process.
I ran ./runTests.py and got :
<< directory: tests, test files: 37
37 test file(s) executed in 86.85 s, 0 failure(s) of 50 test(s)
So up to now everything is fine.
Today, I tried ./simple.py input/poisson.py
and then visualized the solution : ./postproc.py simple.vtk
and got that :
Traceback (most recent call last):
File "./postproc.py", line 288, in <module>
main()
File "./postproc.py", line 281, in main
view = view_file(filenames, filter_names, options)
File "./postproc.py", line 147, in view_file
step=options.step, anti_aliasing=options.anti_aliasing)
File "/home/syarra/Programmes/sfepy/sfepy-release-2009.4/sfepy/
postprocess/viewer.py", line 557, in call_mlab
scene = gui.scene.mayavi_scene
AttributeError: 'MlabSceneModel' object has no attribute
'mayavi_scene'
Could you please help me to solve this problem
Thanks
Sylvain