Feb-08-2018, 01:46 PM
Hi again!
Python scripts without GUI run properly for us in Reaper. I mean, we do have Python enabled in preferences, but, yeah, I think you guys are close. Maybe we need to set it up differently.
I did run this:
import sys
raise RuntimeError(sys.path)
And all I got is references to Python 2.7, so that may be it. Supposedly, Python 3.6 is installed. We must find a way to force Reaper to use the proper one, I guess.
Somehow they are in different folders, as if OSX were using 2.7 by default. I remember something about it.
Thanks both of you! Let's see if we can manage.
Python scripts without GUI run properly for us in Reaper. I mean, we do have Python enabled in preferences, but, yeah, I think you guys are close. Maybe we need to set it up differently.
I did run this:
import sys
raise RuntimeError(sys.path)
And all I got is references to Python 2.7, so that may be it. Supposedly, Python 3.6 is installed. We must find a way to force Reaper to use the proper one, I guess.
Somehow they are in different folders, as if OSX were using 2.7 by default. I remember something about it.
Thanks both of you! Let's see if we can manage.