About 594,000 results
Open links in new tab
  1. Newest 'psychopy' Questions - Stack Overflow

    Psychopy TextStim does not display the blank spaces correctly in the multiline string I am trying to use python python-3.x psychopy bag2 python psychopy Anastasios Gratsakis 1 Jul 24, 2024 at 18:01

  2. Unable to install PsychoPy module in Python - Stack Overflow

    Jul 1, 2022 · Unable to install PsychoPy module in Python Asked 3 years, 5 months ago Modified 3 years, 4 months ago Viewed 709 times

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

  4. psychopy - EEG trigger labels from serial port to BV Recorder only go ...

    Mar 13, 2025 · I am simply trying to send 156 unique numerical stimulus trigger labels from a pc running Psychopy, through a brain vision trigger box serial usb port to another pc (through actiChamp) …

  5. psychopy - How to send data through parallel port in Python? - Stack ...

    Jun 24, 2016 · from psychopy import prallel port = parallel.ParallelPort(address="0xEC00") port.readData() > 0 I see that although I can set the pins correctly on Machine 1 and read the result, …

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

  7. psychopy - How to display stimulus accurately using frames - Stack …

    May 31, 2016 · I have a bit of code attached below that display a stimulus for a certain number of frames. from psychopy import visual, logging, event, core #create a window to draw in myWin = …

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

  9. python - ModuleNotFoundError for psychopy - Stack Overflow

    Mar 12, 2019 · source activate psychopy # it activates this virtual environment pip install psychopy # it installs psychopy lib in the virtual environment. Then, to try the used-case here again, type: python # …

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