About 50 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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] : …

  4. 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 …

  5. "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 …

  6. 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 …

  7. 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 …

  8. python - Alternatives to Psychopy - Stack Overflow

    OpenSesame is Python (and often PsychoPy) based under the hood. Paradigm seems to have a nice interface but to add more sophisticated functionality, also uses Python scripting (although seems to …

  9. 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 …

  10. python - Variable Trial Conditions in PsychoPy - Stack Overflow

    Aug 27, 2015 · PsychoPy is structured around treating each row in that file as corresponding to a trial, whereas you are currently spreading a trial across multiple rows. That will make it harder to store and …