<div dir="ltr">Hello<div><br></div><div>I got an error when I tried to run a VTK python example with Tkinter enabled</div><div><br></div><div>I built VTK6.2.0 with Tcl/Tk 8.6.4 and Python 2.7.6. Executing the example</div><div>python {VTK_DIR}/Examples/Modelling/Python/SpherePuzzle.py<br></div><div><br></div><div>gives the error</div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File "SpherePuzzle.py", line 57, in <module></div><div>    rw = vtkTkRenderWindowInteractor(f1, width=400, height=400, rw=renWin)</div><div>  File "/home/hbui/opt/vtk-6.2.0/lib/python2.7/site-packages/vtk/tk/vtkTkRenderWindowInteractor.py", line 48, in __init__</div><div>    vtkLoadPythonTkWidgets(<a href="http://master.tk">master.tk</a>)</div><div>  File "/home/hbui/opt/vtk-6.2.0/lib/python2.7/site-packages/vtk/tk/vtkLoadPythonTkWidgets.py", line 81, in vtkLoadPythonTkWidgets</div><div>    interp.call('load', filename, pkgname)</div><div>_tkinter.TclError: couldn't load file "<a href="http://libvtkRenderingPythonTkWidgets-6.2.so">libvtkRenderingPythonTkWidgets-6.2.so</a>": <a href="http://libvtkRenderingPythonTkWidgets-6.2.so">libvtkRenderingPythonTkWidgets-6.2.so</a>: cannot open shared object file: No such file or directory</div></div><div><br></div><div>The library <a href="http://libvtkRenderingPythonTkWidgets-6.2.so">libvtkRenderingPythonTkWidgets-6.2.so</a> is not installed to the target folder. I have checked that this library exist in VTK-5.10.1 but somehow it is removed in VTK-6.2.0</div><div><br></div><div>I looked into the vtkLoadPythonTkWidgets.py and I found out that the module name is required to load still has the same name</div><div>modname = 'vtkRenderingPythonTkWidgets'<br></div><div><br></div><div>Which means it is not updated or some configure flags need to be set to enable libvtkRenderingPythonTkWidgets</div><div><br></div><div>Any comments?</div><div><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Giang</div></div></div>
</div></div>