Applet for merging multiple .psyexp files

PsychoPy Merger did identify replicated names between my two tasks. I updated them, then they merged.

However, trying to open them in 2024.2.3 after the merge I get:

Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.10/psychopy/app/coder/coder.py”, line 2374, in fileOpen
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.10/psychopy/app/_psychopyApp.py”, line 863, in newBuilderFrame
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.10/psychopy/app/builder/builder.py”, line 197, in init
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.10/psychopy/app/builder/builder.py”, line 764, in fileOpen
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.10/psychopy/app/builder/builder.py”, line 1088, in updateAllViews
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.10/psychopy/app/builder/builder.py”, line 4138, in draw
KeyError: ‘term’

During the merge it posted There are no duplicate component or routine names. You’re good to go!, so I was not surprised I could not find “term” in either experiment.

During the merge I did get the error message “The experiments have different settings.
The settings of the first experiment are used, this might cause problems.”, but no indication what setting or where. There are “Preferences” for PsychyPy and “Properties” for experiments. I’m guessing “Settings” means “Properties” probably?