If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10):
PsychoPy version 2021.1.0
Standard Standalone? (y/n) yes
What are you trying to achieve?:
creating line “shapeStim” from the “polygon” drop-in component.
Changing “shape” to “line” no longer works because “fillColor” is not recognised; the experiment won’t start at all. Aborts with error message:
"call
return obj(*args, **kwargs)
TypeError: init() got an unexpected keyword argument ‘fillColor’
What did you try to make it work?:
Just dropped in the polygon component, changed shape from polygon to line, did nothing else. No–won’t run. In “Appearance” tab, deleted the default color “white”, didn’t work; changed to $None, and changed to None, still didn’t work.
This is for experiment that used to work in last version, just being rewritten from scratch because no edits were being saved to run script anymore (as raised in other topic).