Package psychopy :: Package hardware :: Module ioLabs
[frames] | no frames]

Module ioLabs

source code

Interface to ioLab button box

This is currently a simple import of the ioLab python library. That needs to be installed (but is included in the Standalone distributions of PsychoPy as of version 1.62.01).

installation:

easy_install iolabs

usage:

from psychopy.hardware import ioLabs

for examples see the demos menu of the PsychoPy Coder or go to the URL above.

Variables
  msg = """Failed to import the ioLab library. If you're using y...
Variables Details

msg

Value:
"""Failed to import the ioLab library. If you're using your own copy o\
f 
python (not the Standalone distribution of PsychoPy) then try installi\
ng it with:
    > easy_install ioLab
    
"""