Starting a script by another one

Previous topic - Next topic

agricola

Hi everybody,

is it possible to start a Scribus-script by another one? That is, I have a kind of main script, that's only task is to start some other scripts,
but I do not know and did not find out, how to do this.

Many thanks for every sort of answer!

a.l.e

i guess that the solution is to write your scripts in a way that allows you to load them as python modules...

but you should be able to run a python script from another python script if this is really what you want to do...