[vtkusers] vtkTkRenderWidget and Python
Patrick Brockmann
Patrick.Brockmann at ipsl.jussieu.fr
Mon Dec 2 08:29:17 EST 2002
Hi all,
I cannot run code with vtkTkRenderWidget.
It produces a core dump.
Is there someone who can tell me what to do ?
Here is the code taken from http://www.imaging.robarts.ca/~dgobbi/vtk/vtkpython.html
**************************
from Tkinter import *
from vtkTKRenderWidget import *
# Make a root window
root = Tk()
# Add a vtkTkRenderWidget
renderWidget = vtkTkRenderWidget(root,width=400,height=400)
---> core dump !
**************************
My platform: Linux Redhat 7.2
Using VTK4.X nightly rebuild of rpm's
Patrick
--
mailto:Patrick.Brockmann at ipsl.jussieu.fr
01.44.27.21.10 --> IPSL (Jussieu, Tour 26, 4eme)
01.69.08.91.18 --> LSCE (Orme des merissiers 701, 33F)
http://www.ipsl.jussieu.fr/~brocksce/
More information about the vtkusers
mailing list