how to launch a freecad script form another python script

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Oli772
Posts: 26
Joined: Wed Apr 27, 2022 2:35 pm

how to launch a freecad script form another python script

Post by Oli772 »

Hello,
I use anaconda spyder on linux ubuntu.

I have a made a script on freeCAD which makes a geometry (script1.py)

I would like to built an overall script which calls and executes this script1.py at first before calling further scripts for others software.

Is that possible ?

What would be the command line ?

Many thanks

Oli
heda
Veteran
Posts: 1348
Joined: Sat Dec 12, 2015 5:49 pm

Re: how to launch a freecad script form another python script

Post by heda »

Post Reply