@m_adam said in macOS Monterey - Can't run source processor anymore?:
So you have to link for example from /usr/local/bin to a python installation, I personally have Python 3.8.9.
Xcode itself ships with a python version you could link to (its in Contents/Developer/usr/bin of the application package).
So with that path you can call call sudo ln -s PATH_TO_PYTHON /usr/local/bin/python in terminal.
Hi Adam!
That is in deed what I tried, creating a symlink that points to Python 3. I didn't use the paths, though, but just linked the word "python" to "python3". I guess that was my mistake.
Wouldn't it be easier for Maxon and everybody else, if you just changed the preprocessor call in the projects' PreBuild events to "python3", instead of having to go the symlink way and change things on users' computers (which, I guess, will have side effects when users later decide to install Python 2.7 for some reason)?
Cheers,
Frank