planevef.blogg.se

Psychopy demos
Psychopy demos





psychopy demos

#PSYCHOPY DEMOS CODE#

The idea is to have clean code that looks and works the same way across demos, while leaving the functioning mostly untouched. These are intended specifically for the coder demos, not for the internal code-base (although they are generally quite close). Here are some style guidelines, written for the OpenHatch event(s) but hopefully useful after that too. If something is not clear, you may need to ask a PsychoPy ® contributor for a description email psychopy-dev. The aim is not to illustrate every aspect, but to get people up to speed quickly, so they understand how basic usage works, and could then play around with advanced features.Īs a newcomer to PsychoPy ®, you are in a great position to judge whether the comments and documentation are clear enough or not. Hope that helps.Each coder demo is intended to illustrate a key PsychoPy ® feature (or two), especially in ways that show usage in practice, and go beyond the description in the API.

psychopy demos

The fix to that is only to raise the error on occasions where it will impact the user, which is implemented in the repository and will take effect in next release. The only way I consider this a bug in PsychoPy is that PsychoPy spouted an out-dated error message that led people to think that avbin was the source of their (unrelated) problem. The alternatives we've provided (opencv and moviepy options) are not only more stable but also have superior performance. Basically, it might be a bug but it isn't a bug in PsyhoPy and therefore the issue should not be on our list. Yes, it means that avbin doesn't always load reliably, but that is not a library that we created and not something we're going to fix. However PyAudio works very the message about avbin, listed in the other issue, is an annoying but irrelevant message. The widows error this time says something like "incorrect access to memory location" WindowsError: Nieprawidłowy dostęp do lokalizacji w pamięci _dlltype( name)įile "E:\Programy\PsychoPy2\lib\ctypes\_init_.py", line 365, in _init_ self.

psychopy demos

avbin File "E:\Programy\PsychoPy2\lib\ctypes\_init_.py", line 435, in _getattr_ dll = self. window import Window, getMsPerFrame, openWindows File "E:\Programy\PsychoPy2\lib\site-packages\psychopy-1.80.03-py2.7.egg\psychopy \visual\window.py", line 16, in import pyglet File "E:\Programy\PsychoPy2\lib\site-packages\pyglet\_init_.py", line 68, in avbindll = ctypes. # Running: E:\Programy\PsychoPy2\lib\site-packages\psychopy-1.80.03-py2.7.egg\psychopy\demos\coder\input\latencyFromTone.py # Traceback ( most recent call last):įile "E:\Programy\PsychoPy2\lib\site-packages\psychopy-1.80.03-py2.7.egg\psychopy\demos\coder\input\latencyFromTone.py", line 9, in from psychopy import microphone, sound, core, visual, event File "E:\Programy\PsychoPy2\lib\site-packages\psychopy-1.80.03-py2.7.egg\psychopy \visual\_init_.py", line 13, in from psychopy. I need to record participant's voice responses during the experiment, I was considering pyAudio but would prefer to have it done through psychopy.

  • previouslly all my psychopy experiments worked very well on this computer (although none included sound recording).
  • avbin.dll is present in C:\Windows\SysWOW64\,.
  • PsychoPy has been installed with the installer (version 1.80.04).
  • The WindowsError says something like "the procedure of initiating dynamic-link library did not succeed". WindowsError: Procedura inicjowania biblioteki dołączanej dynamicznie ( DLL) nie powiodła się _dlltype( name)įile "D:\Programy\PsychoPy2\lib\ctypes\_init_.py", line 365, in _init_ self. avbin File "D:\Programy\PsychoPy2\lib\ctypes\_init_.py", line 435, in _getattr_ dll = self. window import Window, getMsPerFrame, openWindows File "D:\Programy\PsychoPy2\lib\site-packages\psychopy-1.79.01-py2.7.egg\psychopy \visual\window.py", line 17, in import pyglet File "D:\Programy\PsychoPy2\lib\site-packages\pyglet\_init_.py", line 68, in avbindll = ctypes. # Running: D:\Programy\PsychoPy2\lib\site-packages\psychopy-1.79.01-py2.7.egg\psychopy\demos\coder\input\latencyFromTone.py # Traceback ( most recent call last):įile "D:\Programy\PsychoPy2\lib\site-packages\psychopy-1.79.01-py2.7.egg\psychopy\demos\coder\input\latencyFromTone.py", line 9, in from psychopy import microphone, sound, core, visual, event File "D:\Programy\PsychoPy2\lib\site-packages\psychopy-1.79.01-py2.7.egg\psychopy \visual\_init_.py", line 13, in from psychopy.







    Psychopy demos