An experiment that ran this spring (Win XP, PsychoPy2 1.7 something) doesn’t work on Win 10 Psychopy2 1.9.03. I have sound files (sentences) in an Excel spreadsheet, looking like:
expt
item
cond
target
sentence
practice
1
1
d
fill20.wav
practice
2
1
g
fill21.wav
practice
3
1
b
fill41.wav
practice
4
1
g
fill42.wav
In a loop, it reads $‘target’ OK (and reads ‘$sentence’ as well - I can display the name of the sentence on the screen) but when I try to play the sentence file, I just hear a series of beeps. However, if I specify the first file in the Excel sheet as it as a constant in my psychopy script (fill20.wav), it plays fine. I’m puzzled. And I’m puzzled by the lines in the coder view in the 'initialize trial components section:
I was going to do this - I had a stub of an experiment to try out - but your suggestion to move to PsychoPy 3 worked, so there’s no real need. Again, thanks.