For some reason, my Computer (running on Windows 8.1) is unable to start the PsychoPy3 App although PsychoPy3 has been working perfectly for months. I searched through a lot of the threads on this website and tried several suggestions that have already been made. Unfortunately, nothing works so far. Here’s what I already did:
I ran the PsychoPy app with command prompt using the following line of code (as has been suggested for similar problems):
C:\Program Files (x86)\PsychoPy3>python.exe -m psychopy.app.psychopyApp
This yields the following error message:
File “C:\Program Files (x86)\PsychoPy3\lib\runpy.py”, line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, Error)
File “C:\Program Files (x86)\PsychoPy3\lib\runpy.py”, line 109, in get_module_details
import(pkg_name)
File "C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy_init.py", line 44, in
from psychopy.preferences import prefs
File "C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\preferences_init.py", line 13, in
from . import preferences as prefsLib
File “C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\preferences\preferences.py”, line 263, in
prefs = Preferences()
File “C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\preferences\preferences.py”, line 67, in init
self.loadAll()
File “C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\preferences\preferences.py”, line 166, in loadAll
self.appDataCfg = self.loadAppData()
File “C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\preferences\preferences.py”, line 220, in loadAppData
encoding=‘UTF8’, configspec=appDataSpec)
File “C:\Program Files (x86)\PsychoPy3\lib\site-packages\configobj.py”, line 1229, in init
self._load(infile, configspec)
File “C:\Program Files (x86)\PsychoPy3\lib\site-packages\configobj.py”, line 1318, in _load
raise error
configobj.ConfigObjError: Parsing failed with several errors.
First error at line 72.
I searched for some help concerning the configobj script but the only obvious reason for a crash seems to be using Python > 3.7 which i’m not. I’m using version 3.6.5. Also, I don’t see how I can get a more specific error message out of the configobj than the one posted above.
If anyone has any suggestions on how to solve this problem, I’d be very thankful!