python_algorithm.SMProxy.RecreateVTKObjects() eventually calls vtkSmartPyObject pvdetail(PyImport_ImportModule("paraview.detail.pythonalgorithm"));, where the following error is produced:
Traceback (most recent call last):
File "C:\Users\TK3D-\AppData\Local\Programs\Python\Python39\Lib\importlib\__init__.py", line 168, in reload
raise ModuleNotFoundError(f"spec not found for the module {name!r}", name=name)
ModuleNotFoundError: spec not found for the module 'SideFlipPlugin'
but somehow, reloading the Python Module through the UI command button does not have this error