OS (e.g. Win10): MacOS Mojave 10.14.6
PsychoPy version (e.g. 1.84.x): 2020.1.2
Standard Standalone? (y/n) If not then what?: y
What are you trying to achieve?: open experiment settings window
What did you try to make it work?:
What specifically went wrong when you tried that?:
592.8717 INFO Loaded monitor calibration from [‘2020_02_05 11:27’]
Traceback (most recent call last):
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/builder/builder.py”, line 2202, in setExperimentSettings
timeout=timeout)
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/builder/dialogs/init.py”, line 1806, in init
timeout=timeout)
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/builder/dialogs/init.py”, line 510, in init
ctrls = self.addCategoryOfParams(theseParams, parent=page)
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/builder/dialogs/init.py”, line 624, in addCategoryOfParams
valType=self.params[fieldName].valType)
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/builder/dialogs/init.py”, line 752, in addParam
advanced=advanced, appPrefs=self.app.prefs)
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/builder/dialogs/init.py”, line 139, in init
parent, val, order=[‘Field’, ‘Default’])
File “/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/dialogs.py”, line 530, in init
raise AttributeError(msg)
AttributeError: The initial value for a ListWidget must be a list of dicts
Hi,
I wanted to get rid of the experiment settings dialogue and I disabled it. Now I cannot open it anymore. Same problem as (Can't access experiment settings dialog).
I did read the Python to Javascript crib sheet and now I know I shouldn’t have disabled it, but now I don’t know how to be able to open the experiment settings again.
Any hint?
Thanks!