So the Torus() object seems to be having an issue for me with vedo: 2023.4.3, vtk: 9.2.5 . With this script
from vedo import *
torus = Torus()
I get the following error
Exception has occurred: AttributeError
module 'vtkmodules.all' has no attribute 'vtkmodules'
File "/home/*/torus.py", line 2, in <module>
torus = Torus()
AttributeError: module 'vtkmodules.all' has no attribute 'vtkmodules'
So the Torus() object seems to be having an issue for me with vedo: 2023.4.3, vtk: 9.2.5 . With this script
I get the following error