Compile Script error

The error message below happens when I try to compile a script from builder. Please help!

Traceback (most recent call last):
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\builder\builder.py”, line 1185, in compileScript
if self.app.prefs.general[‘useRunner’]:
File “C:\Program Files\PsychoPy3\lib\site-packages\configobj.py”, line 554, in getitem
val = dict.getitem(self, key)
KeyError: ‘useRunner’

What version are you using? This bug cropped up in the early 2020.2.x releases but shouldn’t be an issue in newer versions, if you update to a newer version does this still happen?

I did have 2020.2.3 and so installing the new one fixed the problem. Thank you very much!

1 Like