Hi there.
I am reaching out to request for help to solve the problem I encountered. I am a completely newbie using PsychoPy.
I constructed an “instruction” routine and tried to run it. However, I encounter the following error:
Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 1206, in runFile
self.app.runner.panel.runLocal(event)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\runner\runner.py”, line 729, in runLocal
procStarted = self.runFile(
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\runner\scriptProcess.py”, line 122, in runFile
stdOut.write(runMsg)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\console.py”, line 112, in write
self.broadcast(text=text)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\console.py”, line 139, in broadcast
lf.write(text)
File “C:\Program Files\PsychoPy\lib\encodings\cp1252.py”, line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: ‘charmap’ codec can’t encode character ‘\u3010’ in position 27: character maps to
Frankly, I have tried multiple times, but this error exists all the time. I was wondering how to fix this problem. Many thanks!!!