Das Wissen aller Anwender nutzen

Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.

Es erwarten Sie:

  • Foren-Vielfalt aus CAD Architektur, CAD Ingenieurbau uvm.
  • Tipps von User für User
  • international: Deutsch, Englisch, Italienisch, Französisch und Tschechisch

Melden Sie sich jetzt an und diskutieren Sie mit!

Zur Registrierung

[Frage] Location of py file. [Gelöst]


Good morning guys,

Question regarding Python scripts location. Can we change the path of the py files???

Instead of being at “C:\ProgramData\Nemetschek\Allplan\2023\Etc\PythonPartsScripts” I would like to put them in the company server to be accessible to everyone.

<Script>
<Name>TestContent\AddingElement-Part02.py</Name>
...
</Script>

Thank you in advance!

Lösung anzeigen Lösung verbergen

Hi,

the py file must be in a PythonPartsScripts folder which can be :

...\std\PythonPartsScripts
...\prj\_project_\PythonPartsScripts
...\usr\_username_\PythonPartsScripts

source here

Best

Edit :

Don't use the Allplan ETC folder for your files, its content can be deleted or moved during an update!

Hi,

the py file must be in a PythonPartsScripts folder which can be :

...\std\PythonPartsScripts
...\prj\_project_\PythonPartsScripts
...\usr\_username_\PythonPartsScripts

source here

Best

Edit :

Don't use the Allplan ETC folder for your files, its content can be deleted or moved during an update!