Scribus Forums

Scribus => Scripts and Plugins => Topic started by: agricola on December 29, 2017, 06:05:05 PM

Title: Starting a script by another one
Post by: agricola on December 29, 2017, 06:05:05 PM
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!
Title: Re: Starting a script by another one
Post by: a.l.e on December 30, 2017, 10:32:03 AM
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...