icon

Support Forum

PythonParts Code Update Not Reflecting Without Restart [Gelöst]

Schlagworte:
  • Update
  • Change
  • Restart

Dear Support Team,

I’m experiencing an issue with PythonParts coding in Allplan. Previously, when I made changes to the PythonParts code, the model would update directly within Allplan without needing a restart. However, currently, any changes I make require a full restart of the Allplan application for those changes to take effect. The issue is with the versions 2024-2-1 and 2025-1-1 but not the 2024-1-1.

This is significantly slowing down our workflow and increasing development time.

Could you please advise on how to restore the previous behavior or suggest any solutions or settings that might resolve this issue?

Thank you in advance for your help.

Lösung anzeigen Lösung verbergen

Hello

The reloader is no longer installed by default as of Version 2024-1-10.

https://pythonparts.allplan.com/2025/manual/getting_started/?h=reload#reloader

Greetings

Hello

The reloader is no longer installed by default as of Version 2024-1-10.

https://pythonparts.allplan.com/2025/manual/getting_started/?h=reload#reloader

Greetings

Hello,

the source of the problem is indeed the missing reloader. Please install PythonParts SDK (can be downloaded from pythonparts.allplan.com). Make sure to install the right SDK for your ALLPLAN version.

Why we disabled reloader? For regular users it was only causing problems. The Python modules were reloaded every time even for evaluating simple formulas in legends or labels (when using a python based formula defined in functions.py).

Cheers,
Bart