Sending Message for EyeTracker using Pylinkwrapper

According to the docs at Sample Experiment — pylinkwrapper 1.0 documentation, creating a connection to the tracker should look like this:

import pylinkwrapper

# Initiate eye-tracker link and open EDF
tracker = pylinkwrapper.connect(win, '1_test') 

This should result in tracker being an instance of the Connector class, whereas your error indicates that you have a Connect object. Again, I don’t know the API, but this seems like an issue.

PS instead of going to the effort of taking screenshots of code, could you please just paste in the text and do this to get it formatted properly:

This makes it easier for people to copy your code and suggest edits.