
python - Exiting PsychoPy Window - Stack Overflow
from psychopy import visual w = visual.Window() Putting core.quit() somewhere in the code will have the same effect as the script ending at the end (i.e., the window will close down fine). If you have a …
Getting keyboard response in Psychopy - Stack Overflow
Please note that the community forum at https://discourse.psychopy.org is probably a better place to get support like this. StackOverflow is more oriented towards code-based questions and answers that …
How to add a break in a trial loop in PsychoPy - Stack Overflow
Apr 17, 2022 · When the experiment resumes, PsychoPy runs through the twenty sentences of ListB.xlsx in a loop. For the block break, I'm using the following code: if blocks.thisTrialN not in [1] : …
python - How to make sound read by PsychoPy - Stack Overflow
Dec 9, 2021 · In my experience when you run PsychoPy in Windows (I have tested this with the version 3.0.0b), the most compatible sampling rate of a sound file is 44100. The first solution I tried was a …
"Pip install psychopy" -> "Getting requirements to build ... error" in ...
Oct 3, 2023 · As you'll see recommended on the PsychoPy Downloads page the PsychoPy team provides a Standalone package designed to avoid the problems of installing dependencies some of …
Using the local pip version of a installed software (PsychoPy) to ...
Dec 30, 2022 · I am working with a software called PsychoPy, which runs on python and it brings it's own version of python and pip with it. I want to install a python package, so that it can be used with …
PsychoPy - Pygame import not working for MOUSEBUTTONUP?
Dec 8, 2022 · I'm using PsychoPy version 2022.2.4. I’m new to both PsychoPy and python and trying to get my very first PsychoPy experiment working. I want to capture each new click that happens on a …
eye tracking - Psychopy and pylink example - Stack Overflow
Feb 1, 2016 · 8 rather than PyLink, you might want to look into using the ioHub system within PsychoPy. This is a more general-purpose eye tracking system that also allows for saving data in a common …
Psychopy: how to avoid to store variables in the csv file?
PsychoPy spits out all the variables it thinks you could need. If you want to drop some of them, that is a task for the analysis stage, and is easily done in any processing pipeline. Unless you are analysing …
Newest 'psychopy' Questions - Stack Overflow
Mar 26, 2025 · PsychoPy is an open-source Python module written in Python and C libraries for the generation of experiments for neuroscience and experimental psychology.