Hi there,
I hope this is not a previously asked question, but I did not find an answer in previous posts on this.
We run psychopy on our lab computer, and overnight it decided not to start up again.
When clicking the Psychopy icon, Psychopy is not mentionned in Task Manager.
We use PsychoPy 1.84.2 and Python2.7.
After re-installing the same PsychoPy version, the problem persists.
This is the error we get:
Traceback (most recent call last):
File
“C:/Users/admin/Desktop/experiments/grid_stim_Olivia/drawing_expt.py”,
line 1, in
import psychopy
File
“C:\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy_init_.py”,
line 42, in
from psychopy.preferences import prefs
File
“C:\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\preferences_init_.py”,
line 8, in
from . import preferences as prefsLib
File
“C:\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\preferences\preferences.py”,
line 232, in
prefs = Preferences()
File
“C:\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\preferences\preferences.py”,
line 43, in init
self.loadAll()
File
“C:\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\preferences\preferences.py”,
line 136, in loadAll
self.appDataCfg = self.loadAppData()
File
“C:\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\preferences\preferences.py”,
line 189, in loadAppData
encoding=‘UTF8’, configspec=appDataSpec)
File “C:\PsychoPy2\lib\site-packages\configobj.py”, line 1229, in
init
self._load(infile, configspec)
File “C:\PsychoPy2\lib\site-packages\configobj.py”, line 1318, in _load
raise error
configobj.ParseError: Invalid line (u’ “”') (matched as neither section
nor keyword) at line 135.
Any idea what is going wrong here?
Thank you a lot.