I try to call a python script with an Applescript.
- Code: Select all
var script = do shell script "python /Users/meyer/Documents/Projects/WoFOG/Code_Antonio/Loader_tracker.py -p /Users/meyer/Documents/Projects/WoFOG/ExpFolder/3001"
application.executeProgram('osascript',['-e',script ])
While the is working in ScriptEditor in servoy it does nothing. I don't even get an error and nothing is in the servoy.log.
It seams quite strait forward to me and I have not a clou why it doesn't work.
I would be grateful for any help.