Hi PsychoPy Devs,
I’ve been doing some at-home psychophysical monitor calibration using the demo files you have provided. While doing so I noticed that the staircase.SaveAsText function is throwing an error when calling “string.replace()”.
module 'string' has no attribute 'replace'
I think this has been replaced with “str.replace()”. No need to import String, I guess. Thought you might want to know!
Stay safe,
Martin