MacBook Pro M1 Max, 64GB RAM, macOS 12.3 Beta, JUCE 6.1.5
I updated to Monterey 12.3 Beta and JUCE 6.1.5 at about the same time… one of them’s stopped the Post Export python script running with an error 127 (command not found) – I tried running Python from Terminal and it gave me the “command not found” so I re-installed Python and I can manually run the script post export without errors now… but I continue to have the same error in PJ.
My environment PATH:
/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin
It’s definitely related to the path/environ. – if I use the full path in PJ it works (which I didn’t need to do in 6.1.4)
/Library/Frameworks/Python.framework/Versions/2.7/bin/python “%%1%%/post_process_after_export.py”
Anyone have any ideas?
Cheers
Rail
