We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: Raises error when importing WidgetManager.
WidgetManager
--> 107 WidgetParam = vtkAbstractWidget | Type[vtkAbstractWidget] 108 RepresentationParam = vtkWidgetRepresentation | Type[vtkWidgetRepresentation] 111 class WidgetManager: TypeError: unsupported operand type(s) for |: 'type' and '_GenericAlias'
I'm not sure do you wanna use or here? Reproduce the issue:
or
from trame_vtk.modules.vtk.widget import WidgetManager
The text was updated successfully, but these errors were encountered:
Which version of Python are you using? I think that specific module expects a fairly recent one...
FYI @alesgenova
Sorry, something went wrong.
Thanks for the prompt reply. I've tested with different python versions.
No branches or pull requests
Description:
Raises error when importing
WidgetManager
.I'm not sure do you wanna use
or
here?Reproduce the issue:
The text was updated successfully, but these errors were encountered: