Scribus Extension script

Previous topic - Next topic

abi

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?

a.l.e

Seems to be working here with 1.6.2.

What I did:
  • Preferences > Scripter
  • Enable extension scripts
  • Pick a Python script that prints some stupid text
  • Closed Scribus
  • Started (the same) Scribus from a terminal
  • The text shows up

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...)

abi

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.