28.02.2024 - 10:44
*
[Lösung]
Hi Frenk,
the problem is the reloader, which we use to reload python modules every time you start a PythonPart in Allplan. Otherwise, you would have to restart Allplan every time you do a small change in the code of your PythonPart.
The reloader also goes through the packages installed in etc\PythonParts-site-packages, which causes problems with some of them (numpy for example). Here's what you can do (choose one way):
Both actions requires administrative rights and are just
workarounds. We will make reloader not to look-up inside this directory anymore.
Let me know, if that helped.
Best,
Bart