<div dir="ltr">Hi Pedro,<div><br></div><div>Instead of using the QVTKWidget (which is written in C++), use</div><div>the QVTKRenderWindowInteractor (which is written in Python)</div><div><br></div><div>from vtk.qt4.QVTKRenderWindowInteractor import QVTKRenderWindowInteractor</div><div><br></div><div> - David</div><div><br></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 28, 2015 at 3:05 PM, Pedro Paulo <span dir="ltr"><<a href="mailto:pedropaulobmjr@hotmail.com" target="_blank">pedropaulobmjr@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div><div dir="ltr"><div>Hello, I'm trying to make a GUI using Qt 4 with Vtk, as a test, I started doing a simple window and put the QVTKWidget using Qt Designer, I used the pyquic4 and did my python file, however when I try to compile it, there is the following error:</div><div><br></div><div>Traceback (most recent call last):</div><div>   File "viv.py", line 40, in <module></div><div>     from QVTKWidget import QVTKWidget</div><div>ImportError: No module named QVTKWidget</div><div><br></div><div>I saw on the internet that the QVTKWidget is not a module, but a class of vtk module, but when I change the code and try again the following occurs:</div><div><br></div><div>Traceback (most recent call last):</div><div>   File "viv.py", line 40, in <module></div><div>     from vtk import QVTKWidget</div><div>ImportError: cannot import name QVTKWidget</div><div><br></div><div>Does anyone know the solution to this?</div><div>I thank the attention.</div><div><br></div></div></div></blockquote></div></div></div></div>