https://issues.apache.org/ooo/show_bug.cgi?id=125117
--- Comment #7 from Jeffrey Clemens <[email protected]> --- I get slightly different results than you using your macro. On all of the examples using the sScript variable, I get a runtime error: Type: com.sun.star.system.SystemShellExecuteException Message: Undefined error: 0 On the one where you had trouble (Using the URL instead of the unix pathname), I get the same results as you, unless I remove the .py from both the filename and in the code, then it runs, but gets no arguments (this is how I was doing it before). All of the examples using 'say' work the same as the way you describe. I also tried moving the script to /usr/bin (where 'say' is), and calling it with no path, but get the same error 0. So my experience is different from yours. When a system directory is used, I get an error. Where a URL is used, the script runs, but doesn't get arguments. Are we using different versions of os-x? I have 10.8.5. Also, the inbuilt binaries seem to get arguments, but I can't get the script to get any arguments. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
