torewines.blogg.se

Psychopy demos
Psychopy demos












  1. PSYCHOPY DEMOS INSTALL
  2. PSYCHOPY DEMOS CODE
  3. PSYCHOPY DEMOS MAC

PSYCHOPY DEMOS INSTALL

This is a clean install of Sierra about two weeks ago.

PSYCHOPY DEMOS MAC

Then I decided to pull from github but as part of that I had to install python from as the system installed python on my Mac (Sierra) wasn’t happy with psychopy - can’t remember the details.

psychopy demos

After a few times of that it did start to work better - without me changing anything. pkg install originally but what I found was the psychopy was for some reason taking something like 90% cpu and taking a very long time to start - and then crashing after I clicked to close the “tip of the day”. Thanks Michael - I don’t need sound at the moment but thanks for pointing it out.

PSYCHOPY DEMOS CODE

Should I expect that these demos work? This is code I got from master I think yesterday? New state will be written to /var/folders/x7/q6twv9l503q92mwzhvj_zmwh0000gn/T/ 21:05:12.722 Python ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/x7/q6twv9l503q92mwzhvj_zmwh0000gn/T/ Running: /Users/gregor/Experiment/demos/keyNameFinder/untitled_lastrun.pyĠ.2926 WARNING pyo audio lib was requested but not loaded: ImportError(‘No module named pyo’,) 21:00:18.664 Python ApplePersistenceIgnoreState: Existing state will not be touched. NameError: name ‘clock’ is not defined Running: /Users/gregor/Experiment/demos/keyNameFinder/untitled_lastrun.pyĠ.1771 WARNING pyo audio lib was requested but not loaded: ImportError(‘No module named pyo’,) New state will be written to /var/folders/x7/q6twv9l503q92mwzhvj_zmwh0000gn/T/įile “/Users/gregor/Experiment/demos/mental_rotation/MentalRot_lastrun.py”, line 70, in 20:59:53.520 Python ApplePersistenceIgnoreState: Existing state will not be touched. NameError: name ‘clock’ is not defined Running: /Users/gregor/Experiment/demos/mental_rotation/MentalRot_lastrun.py ISI_2 = clock.StaticPeriod(win=win, screenHz=expInfo, name=‘ISI_2’) New state will be written to /var/folders/x7/q6twv9l503q92mwzhvj_zmwh0000gn/T/įile “/Users/gregor/Experiment/demos/PsychoPy2 Demos/mental_rotation/MentalRot_lastrun.py”, line 70, in 20:59:13.872 Python ApplePersistenceIgnoreState: Existing state will not be touched. Running: /Users/gregor/Experiment/demos/PsychoPy2 Demos/mental_rotation/MentalRot_lastrun.py 20:58:08.702 Python ApplePersistenceIgnoreState: Existing state will not be touched. Running: /Users/gregor/Experiment/demos/PsychoPy2 Demos/images_blocks/blockedTrials_lastrun.pyĠ.4911 WARNING pyo audio lib was requested but not loaded: ImportError(‘No module named pyo’,) 07:22:58.967 Python ApplePersistenceIgnoreState: Existing state will not be touched. Running: /Users/gregor/Experiment/demos/images_blocks/blockedTrials_lastrun.pyĠ.1753 WARNING pyo audio lib was requested but not loaded: ImportError(‘No module named pyo’,) So I checked a couple of other demos at random - mental_ rotation and keyNameFinder - both of these crash out. I’m not an expert in graphics buffers and know very little about psychopy but this would kind of make sense. I’ve stepped through the generated python in a debugger and it looks like the image is being loaded via tImage(stimFile)Īnd it looks like the window is being flipped via

psychopy demos

I’ve tried image_blocks both in demos and demos/Psychopy2 Demos - it displays the text “some houses” and “some faces” but doesn’t actually show any images.














Psychopy demos