Skip to content
Snippets Groups Projects
Commit 228dd51b authored by Sebastien Jourdain's avatar Sebastien Jourdain
Browse files

py/web: Raise exception if numpy is not available

parent f32773b9
No related branches found
No related tags found
No related merge requests found
try:
import numpy as np
except ImportError:
raise RuntimeError("This module depends on the numpy module. Please make\
sure that it is installed properly.")
import base64
import numpy as np
from vtkmodules.util.numpy_support import vtk_to_numpy
from vtkmodules.vtkFiltersGeometry import vtkDataSetSurfaceFilter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment