I have built the VTK with OpenCascade support by following this(Building VTK with OpenCascade support), and I have set site-packages directory in the PYTHONPATH in my System Variables
When I try to import vtk I get error
While building OpenCascade and VTK using Cmake I did not get any errors apart from few warnings. So I am not sure are there any dependencies of vtkIOOCCT.dll which are missing.
I want to use vtkOCCTReader at the end.
Thanks