Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 881
    • Issues 881
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 236
    • Merge requests 236
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #18767
Closed
Open
Issue created Jan 02, 2023 by Bane Sullivan@banesullivanDeveloper

9.2.4 release web module import errors

!9727 (merged) introduced a new file to the web module: Web/Python/vtkmodules/web/errors.py

This file appears not to be shipping in the distribution. Causing a failed import:

>>> from vtkmodules.web.protocols import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/miniconda3/envs/pyvista-dev/lib/python3.9/site-packages/vtkmodules/web/protocols.py", line 12, in <module>
    from vtkmodules.web.errors import WebDependencyMissingError
ModuleNotFoundError: No module named 'vtkmodules.web.errors'
>>>

When I inspected the files installed from the wheel, indeed the errors.py file was missing. This is quite odd. Did we forget to add the file to a manifest or something?

cc @ben.boeckel @sebastien.jourdain

Assignee
Assign to
Time tracking