Mi aplicación AppleScript en mi computadora 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 configurar el archivo para mostrar el cuadro de diálogo "¿Abrir script?" respuesta predeterminada "tests / helloworld.in". Acceso no permitido.