Hi there!
I’m trying to program a psychological experiment in which both visual and auditory stimuli are presented. I’m working on MacOS High Sierra 10.13.6 and use Python 2.7 with Psychopy 1.90.1. Before the actual start of my experiment starts, I request some manual inputs (e.g. participant initials, counter-balanced button-press version etc.) for which I use the built-in raw_input function.
However, if I specifically import the sound module of psychopy (both with “from psychopy.sound import Sound” and “from psychopy import sound”), the raw_input prompts disappear from my terminal. I do not get any errors and the presentation of stimuli works just fine,
So this is not very disastrous for the rest of the script, but it seems like a strange bug to me. Does anyone have any idea where this comes from and how I can fix it?
Thanks in advance!
Stijn