Hi all,
I’ve been trying to get the visualsearch_eyetracker.psyexp demo working (in dummy mode as I don’t have access to our eyelink tracker at the moment), but I’m failing at the first hurdle of importing pylink.
I get this error when I try import pylink in the coder shell:
>>> import pylink
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "./__init__.py", line 57, in <module>
ImportError: dlopen(/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/pylink/pylink_c.cpython-36m-darwin.so, 2): Library not loaded: @executable_path/../Frameworks/eyelink_core.framework/Versions/A/eyelink_core
Referenced from: /Applications/PsychoPy.app/Contents/Resources/lib/python3.6/pylink/pylink_c.cpython-36m-darwin.so
Reason: image not found
I’ve downloaded and installed the EyeLink Developers Kit v1.11.1 (32 and 64 bit) and I’ve checked that eyelink_core.framework is definitely within my Library/Frameworks directory but for some reason the library isn’t getting loaded.
This is a fresh install of PsychoPy Standalone v2021.1.2 running on macOS 10.14.6
Any help with this would be greatly appreciated!