|
- Pip install psychopy - gt; Getting requirements to build . . . error in . . .
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 which have to be compiled That standalone app includes everything you need, including its own python distribution Especially for new users it's best to install that, which will sit perfectly happily alongside any other
- 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 window already created, you can close it without quitting PsychoPy, but you have to know how to refer to that window instance and tell it to close () -- w1 in the example below:
- psychopy - How to send data through parallel port in Python? - Stack . . .
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, Machine 2 just gives me a 0 How to send and receive a signal via parallel port correctly?
- 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 will be of general interest to others, and that can be answered with a single question answer format (whereas the forum allows for to-and-fro
- Unable to install PsychoPy module in Python - Stack Overflow
Unable to install PsychoPy module in Python Asked 3 years, 5 months ago Modified 3 years, 4 months ago Viewed 709 times
- psychopy - How to display stimulus accurately using frames - Stack Overflow
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 = visual Window((6
- python - ModuleNotFoundError for psychopy - Stack Overflow
python -m pip install psychopy so that you can choose any particular python as your executable For Spyder you'd also have to check which python executable it's pointing to
- psychopy - EEG trigger labels from serial port to BV Recorder only go . . .
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) recording eeg data in Brainvision Recorder
|
|
|