View Single Post
Old 03-27-2019, 02:36 PM   #68
HoJo
Human being with feelings
 
Join Date: Dec 2007
Location: Germany
Posts: 253
Default Reaper32 instead of Reaper 64

Hello.

I have this conf.: 10.13.6, Reaper 5.973 (latest LoL version), SWS 2.10
ATT: I have Reaper 32 and 64 installed in parallel

I did (follow the below instructions, thanks to solger from the german subforum)

Python:
1) download and run python-3.7.3-macosx10.9.pkg from here https://www.python.org/ftp/python/3...
2) Python settings in Reaper
a) in Preferences > Plug-Ins > ReaScript
b) tick Option "Enable Python for use with ReaScript"
c) Custom Path: add "/Library/Frameworks/Python.framework/Versions/3.7/lib"
d) Force ReaScript to use specific Python .dylib: add "libpython3.7"
e) if Python 3.7-Installation has been recognized correctly rby reaper, "Python: libpython3.7.dylib is installed" is being displayed
f) click on [Apply] and [OK] to apply and save this settings
g) Restart reaper

3) ReaChorder installation
a) Options > Show REAPER resource path ...
b) go to Scripts subfolder and paste the unzipped 'ReaChorder' folder from the downloaded 'ReaChorder.zip'
c) open Action List and select at the top right Section [MIDI Editor]
d) click on ReaScript: [Load...] and select ReaChorder.py files from 'Scripts/ReaChorder-folder
e) If this went well Script: ReaChorder.py shall be available as Action

In the end, I started ....
...Reaper64 I opened a MIDI file in the Midi Editor, highlighted all items and ran the action....nothing happened

...in Reaper32, did the same, I get a message as the attached one saying something like:

Script execution error

Traceback (most recent call last):
File "ReaChorder.py", line 183, in <module>
root = tkinter.Tk()
NameError: name 'tkinter' is not defined

Any idea?
HoJo is offline   Reply With Quote