ScribusGenerator
ScribusGenerator copied to clipboard
WANTED: setup.py installer to install in MacOSX
ScribusGenerator works fine from the command line in all OSes running Scribus so far. But using the (TKinter-based) GUI rarely works under MacOSX for lack of appropriate TCL TK library.
Help would be appreciated to add a setup.py
installer to this project that would make the GUI work in MacOSX (and other OSes too simultaneously), eg via the standard pip install
command.
Alternative packaging system are welcome as long as it remains really light on the maintenance and preferably standard Python3.
Thanks in advance!