Berteh
Berteh
Just want to add: I'm a bit surprised to see you seem to have so many texts elements (6 or 8 for each cover?) you need to reposition dynamically, since...
maybe via https://docs.python.org/2/library/gettext.html
Thanks Aaron for these pointers. I would like to use one single (existing) translation framework for both the GUI and the CommandLine "interfaces" of ScribusGenerator. Therefore Qt Localization would maybe...
Take your time to giving it all the thoughts you need. The Python native translation library seems easy enough and mature to use, if you want to have a look:...
Hello Bob, Provided you downloaded your copy from this GitHub repository then yes, it is a false alarm: https://github.com/berteh/ScribusGenerator/archive/master.zip for Scribus v1.4.x to 1.5.5 https://github.com/berteh/ScribusGenerator/archive/python3.zip for Scribus 1.5.6+ I will...
Thanks for the feedback. Since the CLI version does not use Scribus at all the error could be somewhere with Python version. It's working for me with python 2.7.17. What...
I see you seem to be running python 3.8.1. Maybe convert the script to Python 3 and give it a go ? running `2to3 -w *.py` could do, more info:...
ported to python3 in branch https://github.com/berteh/ScribusGenerator/tree/python3 kindly test and let me know how this works for you. I just don't want to make this the master, as the python embedded...
Hello @hhallez The Python3 branch is now fairly used for quite a while. Could you please test again and let me know if I can close this issue report? https://github.com/berteh/ScribusGenerator/archive/python3.zip...
Hello Raj. The third column in you CSV is named "Email id". Please rename it "Email", removing the " id", it should then work without problem.