Condition file not found: Problems with SART/ CRT assessment

HI there,

Sorry I’m not code literate, we are having issues with our project: Ann Monaghan / tropic · GitLab

The tests will not run on pavlovia or with the offline version.

Getting the following error codes:
############### Running: C:\Users\fexue\Downloads\CRT_lastrun.py ###############
33.7556 INFO Loaded monitor calibration from [‘2021_04_20 12:41’]
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
1.4637 WARNING We strongly recommend you activate the PTB sound engine in PsychoPy prefs as the preferred audio engine. Its timing is vastly superior. Your prefs are currently set to use [‘sounddevice’, ‘PTB’, ‘pyo’, ‘pygame’] (in that order).
10.5757 WARNING User requested fullscreen with size [1536 864], but screen is actually [1920, 1080]. Using actual size
Traceback (most recent call last):
File “C:\Users\fexue\Downloads\CRT_lastrun.py”, line 238, in
trialList=data.importConditions(‘conds.xlsx’),
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\data\utils.py”, line 300, in importConditions
raise ValueError(msg % os.path.abspath(fileName))
ValueError: Conditions file not found: C:\Users\fexue\Downloads\conds.xlsx

Experiment ended.

Any help would be greatly appreciated! thanks!

You are pointing at a very specific location for your conditions spreadsheet. Put it in the same folder and your psyexp file and reattach

Hi There,

I can see that there is no conditions file in your project, so your experiment cannot find that resource. The conditions file is the excel spreadsheet that feeds in the trial information you will need to add that to the same folder where your psyexp file is stored.

For example, see in this repository where there is the xlsx file called wordList.xlsx

Hope this helps,

Becca