I started all pythonparts after updating Allplan2023 version 1-2(I wrote incorrectly in the title) and got the following error:
But my colleague didn't have the same problem as me after updating
Traceback (most recent call last):
File "D:\Program Files\Allplan2023\Prg\Python\Lib\site-packages\reloader.py", line 199, in _import
base = _baseimport(name, globals, locals, fromlist, level)
File "C:\ProgramData\Nemetschek\Allplan\2023\Etc\PythonPartsFramework\GeneralScripts\BuildingElementInput.py", line 29, in <module>
from BuildingElementInputData import BuildingElementInputData
File "D:\Program Files\Allplan2023\Prg\Python\Lib\site-packages\reloader.py", line 199, in _import
base = _baseimport(name, globals, locals, fromlist, level)
File "C:\ProgramData\Nemetschek\Allplan\2023\Etc\PythonPartsFramework\GeneralScripts\BuildingElementInputData.py", line 26, in <module>
from TestHelper.Mock.CoordinateInputMock import CoordinateInputMock
File "D:\Program Files\Allplan2023\Prg\Python\Lib\site-packages\reloader.py", line 199, in _import
base = _baseimport(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'TestHelper.Mock'
Please give me some ideas how to check the problem?