I am aware that pylink supposedly comes along with the psychopy installation. While I am able to import the pylink module, I am still get the following errors which state that the functions for the pylink module are missing. I tried reinstalling psychopy but it doesn't fix the problem. Am I missing out something here?
######### Running: /home/perception/Desktop/Pylink Examples/simple.py ##########
Traceback (most recent call last):
File "/home/perception/Desktop/Pylink Examples/simple.py", line 239, in <module>
eyelinktracker = pylink.EyeLink()
AttributeError: 'module' object has no attribute 'EyeLink'
()
######### Running: /home/perception/Desktop/Pylink Examples/simple.py ##########
Traceback (most recent call last):
File "/home/perception/Desktop/Pylink Examples/simple.py", line 244, in <module>
pylink.openGraphics((SCREENWIDTH, SCREENHEIGHT),32)
AttributeError: 'module' object has no attribute 'openGraphics'
()
######### Running: /home/perception/Desktop/Pylink Examples/simple.py ##########
Traceback (most recent call last):
File "/home/perception/Desktop/Pylink Examples/simple.py", line 248, in <module>
getEYELINK().openDataFile(edfFileName)
NameError: name 'getEYELINK' is not defined
()
######### Running: /home/perception/Desktop/Pylink Examples/simple.py ##########
Traceback (most recent call last):
File "/home/perception/Desktop/Pylink Examples/simple.py", line 251, in <module>
pylink.flushGetkeyQueue()
AttributeError: 'module' object has no attribute 'flushGetkeyQueue'
()
######### Running: /home/perception/Desktop/Pylink Examples/simple.py ##########
Traceback (most recent call last):
File "/home/perception/Desktop/Pylink Examples/simple.py", line 252, in <module>
getEYELINK().setOfflineMode()
NameError: name 'getEYELINK' is not defined
()