esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
670 stars 211 forks source link

AttributeError: module 'pylink.__version__' has no attribute 'split' #160

Closed HanZhang-psych closed 2 years ago

HanZhang-psych commented 2 years ago

Hi Edwin,

Running the simple_tracker_experiment.py on Python 3.6.6 will return this error. Looks like a quick fix would be using pylink.__version__.__version__?

See a relevant question here: https://forum.cogsci.nl/discussion/7319/pylink-attributeerror-split

Thanks! Han

smathot commented 2 years ago

I'll submit a PR soon to fix this, and also some other issues related to the updated EyeLink SDK.

smathot commented 2 years ago

Can be closed!