It smells like the hack I used for including ReaChord_Functions from the resources directory is the issue. If you move that into the same directory as ReaChorder and in ReaChorder put... Code:
I tried it - but no luck, still the same error as before with the same message as fwd0120 posted (expt line number have moved on omen obviously. it now looks like from reaper_python import * from ReaChord_Functions import * import os import sys sys.argv=["Main"] and I copied ReaChord_Functions up to the same folder as the main py script. Still getting the stuck window behind reaper as well Sorry!
Can't get it to work. I tried: Python 2.7, 3.0, 3.1 and 3.3 each versions throws different errors... I get this error in 3.3: It tries to find images/icons and fails. It tries to find it in /Documents and Settings/ But I have Windows 7 so that directory doesn't exist...? That DIR isn't hardcoded anywhere, so it's really strange to what is happening...? Sorry, I'm too sick to come up with a solution right now.
Okay, here's a version with the images removed by default (unless you want to enable them by graphics = True at top of main file). It works with the images used or not here... Python 3.3 32bit, standard install of Reaper 4.52 32bit, Windows 7 64bit.
(BTW, I'm using the latest stable python, sws, and have Reaper 4.51 and windows XP 32bit) Got this new error, tried loading up the latest reachord. Sorry to be a pain in the rear, I honestly don't intend to! lol Can't wait to get to get it working though. Been waiting to see a plug like this in reaper.
You need to have the MIDI editor open and it writes into the active take in it. @spk77: nice one, I didn't notice that check through the cloud of sawdust generated by my hacking. :)