aptonic / dropzone4-actions

Add-on actions and API Docs for Dropzone 4
https://aptonic.com
363 stars 57 forks source link

Actions script referring to wrong Python executable #117

Closed gitlik closed 2 years ago

gitlik commented 2 years ago

/Applications/Dropzone 4.app/Contents/Actions/lib/runner.rb:73:in exec': No such file or directory - python (Errno::ENOENT) from /Applications/Dropzone 4.app/Contents/Actions/lib/runner.rb:73:in

'

It seems this is supposed to be executed as python3 (not python). I'm not sure where to change that since the package only contains python scripts.

aptonic commented 2 years ago

Since Dropzone 4.2.9 Python 3 is now bundled with Dropzone and it will use this internal included version automatically. I'm guessing you're using an out of date action or one that erroneously overrides the Python path using the # PythonPath meta field. You can go into the Preferences and do 'Check for Updates' to update your actions.