# import vtk.qt is not found

**URL:** https://discourse.vtk.org/t/import-vtk-qt-is-not-found/11211
**Category:** Support
**Tags:** python, code
**Created:** [April 14, 2023, 1:33pm UTC](https://discourse.vtk.org/t/import-vtk-qt-is-not-found/11211 "2023-04-14T13:33:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![zyad](https://discourse.vtk.org/user_avatar/discourse.vtk.org/zyad/32/6893_2.png) [@zyad](https://discourse.vtk.org/u/zyad)
#### Post date: [April 14, 2023, 1:33pm UTC](https://discourse.vtk.org/t/import-vtk-qt-is-not-found/11211/1 "2023-04-14T13:33:26Z")

</div>

I am new to qt vtk i ma trying to add from vtk.qt.QVTKRenderWindowInteractorPython import QVTKRenderWindowInteractor i have tried a lot to pip reinstall vtk but still vtk qt module not found

Traceback (most recent call last):  
File “e:\grpy\garoh.py”, line 2, in   
print(vtk.qt.QVTKRenderWindowInteractor)  
AttributeError: module ‘vtk’ has no attribute ‘qt’

python version 3.10.10

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.vtk.org/u/ben.boeckel)
#### Post date: [April 24, 2023, 3:25am UTC](https://discourse.vtk.org/t/import-vtk-qt-is-not-found/11211/2 "2023-04-24T03:25:46Z")

</div>

Have you tried `vtkmodules.qt`?
