View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017570 | Scribus | Scripter | public | 2025-07-03 03:01 | 2025-07-03 05:57 |
Reporter | onlash | Assigned To | ale | ||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.6.4 | ||||
Summary | 0017570: New user, script error | ||||
Description | I am new to Scribus and I am trying to run the "Import an image in the way office-programs do" script from the Script series. I get the following error: Traceback (most recent call last): File "<string>", line 11, in <module> File "<string>", line 42 print "This script only runs from within Scribus." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("This script only runs from within Scribus.")? | ||||
Steps To Reproduce | I have followed these steps: 1. Saved a text copy of the script from () as a .py file 2. Opened Scribus >> Script >> Execute Script 3. Selected Script | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
change that line to print("This script only runs from within Scribus.") (adding the parenthesis). if there are further issues, please ask for support in the forums (since the script is not part of scribus) p.s.:i will now try to run the script on my computer and make sure that it runs with modern scribus and python |