-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/implement hook for VTK >= 8.2.0 #327
Comments
I've always preferred to just Note that the |
Thanks for the info! Regarding finding a nice solution - I have idea and opened an issue to discuss it with VTK folks. |
That does look like a better idea. I'll chime in there. |
Any advances fixing this? Do I still need to use hidden imports? |
Nothing's changed. Just |
@bwoodsend but why not update the hooks? |
Since VTK 8.2.0 the internal structure of the package has changed significantly making existing hook obsolete (for new versions).
I've gotten my application to work with the following hook (
hook-vtkmodules.py
, nothook-vtkpython.py
):But this is only for my specific application (found the with
--debug=imports
).Ideally, we'd provide a hook for each module (95% of which are extensions so analysis doesn't work).
Considering the amount of hooks they better be provided by upstream project itself.
I also believe that it is possible to automatically generate hooks based on metadata that exists in the upstream project.
The text was updated successfully, but these errors were encountered: