Scribus Forums

Scribus => Scripts and Plugins => Topic started by: fredzannarbor on October 12, 2021, 05:41:18 AM

Title: how do I run Scribus 1.5.7 with Python 3 for scripting?
Post by: fredzannarbor on October 12, 2021, 05:41:18 AM
Hi,

How do I run Scribus 1.5.7 with Python 3 in the scripting console?

Title: Re: how do I run Scribus 1.5.7 with Python 3 for scripting?
Post by: LeonardoM on October 13, 2021, 08:52:02 AM
Hello,
You should do the opposite, run the python scripts inside SCRIBUS.
Scribus 1.5.7 also comes with python 3.7 but, if you need to write scripts using additional libraries, you should use the python you installed standalone on the operating system.
However, if you read the documentation it is well explained how to do it.