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
Hi Sylvain,
This is related to the version of mayavi. You have 3.1.0, right? Installing 3.3.0 would fix your problem. If you cannot upgrade, we will make a workaround.
cheers, r. PS: see this thread: http://mail.scipy.org/pipermail/scipy-user/2009-November/023473.html
Sylvain Arreckx wrote:
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
Hi Robert,
Thanks for the advice
It's working fine with mayavi 3.3.1
I'm going to use sfepy for my research on structural optimization.
Thanks for helpinf me.
Sylvain
On 1 mar, 03:48, Robert Cimrman <cimr...@ntc.zcu.cz> wrote:
Hi Sylvain,
This is related to the version of mayavi. You have 3.1.0, right? Installing 3.3.0 would fix your problem. If you cannot upgrade, we will make a workaround.
cheers, r. PS: see this thread:http://mail.scipy.org/pipermail/scipy-user/2009-November/023473.html
Sylvain Arreckx wrote:
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
Hi Sylvain,
I'm glad it works. Do not hesitate to ask if something is not clear!
cheers, r.
Sylvain Arreckx wrote:
Hi Robert,
Thanks for the advice
It's working fine with mayavi 3.3.1
I'm going to use sfepy for my research on structural optimization.
Thanks for helpinf me.
Sylvain
participants (2)
-
Robert Cimrman
-
Sylvain Arreckx