Scribus Forums

Scribus => Scripts and Plugins => Topic started by: abi on August 13, 2024, 07:07:35 AM

Title: Scribus Extension script
Post by: abi on August 13, 2024, 07:07:35 AM
Hello, I am trying to run a python script as an extension script for scribus. I want the script to start with scribus but it does not work. It does not execute. The normal script is running using scribus.

Is there more documentation regarding extension scripts ? or any help in that area?
Title: Re: Scribus Extension script
Post by: a.l.e on August 13, 2024, 11:24:43 AM
Seems to be working here with 1.6.2.

What I did:

How do you notice that on your side it's not working?

(All this having been said, I'm not sure I would want to create startup scripts in Scribus...)
Title: Re: Scribus Extension script
Post by: abi on August 19, 2024, 06:13:32 AM
Thank you for your reply.
I am extending the scribus functionality to open a template on startup. Will always use that template.
When i try to do that it exits without any error.