Eike Bork wrote: [...] > Strangely if I skip the test_vtk_cone() (by commenting out that function > call inside the function test_vtk(root)), the test_vtk.py script > finishes without an error. However, in this case the vtkTkRenderWidget > is empty. The same empty Widget (only background is displayed) I see > when opening the example heart.mv in the mayavi application.
Right, that is the crucial test as regards mayavi1. > > Do you have any suggestion what may be going wrong, how I can check what > exactly causes the problems and how to fix it? I really am not sure since I never saw this problem under Feisty and don't seem to see it under Gutsy either. You could run python under gdb and see where it segfaults like so: $ gdb python (gdb) run test_vtk.py [crash] (gdb) bt That may help. One suggestion would be to try out mayavi2. :-) cheers, prabhu ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
