KitwareMedical / VTKPythonPackage

A setup script to generate VTK Python Wheels
https://vtkpythonpackage.readthedocs.io
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

Add dependencies to generated module #24

Open finetjul opened 5 years ago

finetjul commented 5 years ago

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