Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 741
    • Issues 741
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 197
    • Merge requests 197
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Issues
  • #17992
Closed
Open
Created Aug 30, 2020 by Elvis Stansvik@estanDeveloper

Cone example in QVTKRenderWindowInteractor not showing up

Tested as follows on Kubuntu 20.04 (Python 3.8):

estan@edison:~$ python3 -m venv testenv
estan@edison:~$ source testenv/bin/activate
(testenv) estan@edison:~$ pip install vtk pyqt5
Collecting vtk
  Using cached vtk-9.0.1-cp38-cp38-manylinux2010_x86_64.whl (103.4 MB)
Collecting pyqt5
  Using cached PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-manylinux2014_x86_64.whl (76.6 MB)
Collecting PyQt5-sip<13,>=12.8
  Using cached PyQt5_sip-12.8.1-cp38-cp38-manylinux1_x86_64.whl (293 kB)
Installing collected packages: vtk, PyQt5-sip, pyqt5
Successfully installed PyQt5-sip-12.8.1 pyqt5-5.15.0 vtk-9.0.1
(testenv) estan@edison:~$ python3 testenv/lib/python3.8/site-packages/vtkmodules/qt/QVTKRenderWindowInteractor.py 
PyQt5

At this point nothing happens, the window is not showing up.

I seem to remember this working out of the box in the past.

@dgobbi

Assignee
Assign to
Time tracking