
    tj{                         d Z  G d de      Zy)zPlease install VTK's Web module dependencies.

These include `wslink` and can be easily installed  with vtk by using the
`web` extra requirements option. For example:

    pip install vtk[web]

c                   "     e Zd Zef fd	Z xZS )WebDependencyMissingErrorc                 $    t         |   |       y )N)super__init__)selfmessage	__class__s     B/DATA/.local/lib/python3.12/site-packages/vtkmodules/web/errors.pyr   z"WebDependencyMissingError.__init__   s    !    )__name__
__module____qualname__WEB_DEPENDENCY_MISSING_MESSAGEr   __classcell__)r	   s   @r
   r   r   
   s    = " "r   r   N)r   ImportErrorr    r   r
   <module>r      s   " " "r   