La aplicación AppleScript de mi ordenador da un error.
Aquí está el código:
set file to display dialog "Open Script?" default answer "tests/helloworld.in"
do shell script "cat " & file & " | python parenthetic.py"
do shell script "echo"
do shell script "echo App +" & file & "+ is done load!"
Y el error:
No se puede establecer el archivo para mostrar el diálogo "Abrir script?" respuesta por defecto "tests/helloworld.in". Acceso no permitido.