Provide a way to run Scribus script from PyDev in Eclipse
Brought to you by:
fabioz
Provide a way to run Scribus script from PyDev in Eclipse
Steps To Reproduce
1) sudo aptget install eclipse-pydev
2) load a (working) Scribus script like FontSample.py
3) run or debug the script
Result is:
This Python script is written for the Scribus scripting interface.
It can only be run from within Scribus.
Scribus should allow running the script in run or debug mode via PyDev in Eclipse.
Perhaps a special PyDev project needs to be created that can hook into Scribus, or only a special Python script that can load the Scribus script can do the job and run of debug that inside PyDev.
Good news, code completion already works in PyDev.