VTKPythonPackage
VTKPythonPackage copied to clipboard
Add dependencies to generated module
After pip installing the generated wheel module, there are some missing modules when doing the following in a python script:
import vtk from vtk.web import protocols from vtk.web import wslink as vtk_wslink from wslink import server
twisted, wslink and win32api are missing modules.
Manually installing them works though