
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 …
"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 …
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] : …
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 …
python - How to make sound read by PsychoPy - Stack Overflow
Dec 9, 2021 · PsychoPy is designed to provide low-latency playback of sounds but to do this it will not perform any resampling for you. As a result, you should convert all your sounds to use the same …
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. Sign up to watch this tag …
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 …
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 …
python - Psychopy: How do I get the participant to respond using a ...
Psychopy: How do I get the participant to respond using a specific key on the keyboard. Blue=f? Ask Question Asked 8 years, 11 months ago Modified 8 years, 2 months ago
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 …