Hi a.l.e thanks for getting back to us!
When you have essentially zero knowledge in python and the script is essential for your workflow, ages is hours and at this point possibly into double digits!
We added the brackets as you mentioned before, we also changed some import strings and the syntax for some commands - running the pastebin version I edited gives this error message
---------------------------
Script error
---------------------------
<qt><p>If you are running an official script report it at <a href="
http://bugs.scribus.net">bugs.scribus.net</a> please.</p><pre>Traceback (most recent call last):
File "<string>", line 695, in main
NameError: name 'haveDoc' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "<string>", line 704, in <module>
File "<string>", line 700, in main
NameError: name 'haveDoc' is not defined
</pre><p>This message is in your clipboard too. Use Ctrl+V to paste it into bug tracker.</p></qt>
---------------------------
OK
---------------------------
When running the newly updated script on the wiki we just get the generic "This script requires Python's Tkinter correctly installed."
The script runs absolutely fine on 1.4.8 Windows x64, any version of 1.5.x gives the same error on Windows. We also tried this on a Mac 1.5.x and not even the bundled scripts run, they also give the same generic error message that Tkinter is not correctly installed.
All the official scripts on Windows x64 1.5.x are working fine, it's just this one we can't get to work - again not even the official ones run on Mac 1.5.x when installing Scribus out of the box.
We've searched very hard for an answer to how to correctly install Tkinter, I spent an entire night the other night trying to fix this so we could start processing images on the Mac but had to settle with Boot Camping the Mac to Windows as we could not get it to work.
If there are known steps we can do to get Tkinter to work then we are absolutely willing to try as we'd love to get the scripts working across the board.
On a side note, we actually found your patch for 1.5.4 which added the function of exporting PNG with a transparent background - this is the only reason we upgraded to 1.5.x as we need this function -
https://bugs.scribus.net/view.php?id=15455 - if it is possible to get this function working for 1.4.8 then this would serve as a workaround at least for now.
If you need any more info/error messages etc then let me know and I'll get them through asap.
Thank you again for your time and expertise, we're trying our best to get this working so any help would be thoroughly appreciated!