Hallo Kevin,
Quote:
Originally Posted by KevinH
... I could not see how to tell the python interpreter where all of the launcher.py and is containers and wrapper codes are located.
...
|
Launcher is just another python script, has to be installed, manifest is provided. For not-standalone scripts Sigil (ScriptInterface) invokes it with its folder as working directory and parameters as you rquired.
Quote:
Originally Posted by KevinH
...
Note: The plan is that everything in the launcher folder will become part of the Sigil distribution, and its path will be hard coded and known in the Sigil binary distribution. All python scripts would then be invoked through the launcher.py script.
You seem to have tried to do both old type scripts side by side with the new style and this just makes it harder to debug things. I am not even sure how to tell it where the launcher code is in the interface.
Please simplify things to just what we need for the new script architecture so that we can get things moving forward more quickly.
|
For me the plan was and still is Generic Script Manager: python is only a part of it. Please indulge me in this case. We can hardcode python part later.
I've changed a few things since 0.0.8, will post it when I'm back home - which is in about 7 hours.
regards