remove invoke from code and dependency (closes #72)#74
Conversation
|
I have tried this version but I have some problems running at least one command: On master exact this code works as expected. |
|
The command "agrav-admin" was not found. Apparently Subprocess takes the system's I am currently not sure how to solve this, as I don't know where ringo places these binaries, and I don't really want to take "just some binary that is conveniently called like the file I am looking for". |
I suspect there's any good reason to use an applications own user interface inside that very same application. Instead of |
I tried to remove all
invokedependencies.Mostly I was lazy and just changed it for the subprocess equivalent, althought I am sure that stuff can be done without invoking the likes of
mvandsed(which makes this part of code linux only, btw.)Reason for not wanting invoke: It is not easily found in distributions, and has quite some shadowy sides.