OSX 10.14
PsychPy 3.06
Stand alone
Get Tobii eye tracker example in book to work, using the example in chapter 19 in PsychoPy Book.
I think its missing a library and I do not know how to include it. This is the error message I get:
Warning: Unhandled Exception. Killing ioHub Server process.
2019-03-11 11:51:47.142 python[19603:5105247] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)
WARNING: pytables package not found. ioHub functionality will be disabled.
Michael suggested that I try:
I couldn’t get that to work either. I’d rather get the book example to work. I have attached both the ,psyexp file and the yaml file(from the PsychoPy book example) because the problem could be either. I put a bunch of print statements so I could narrow in on the problem but no luck so ignore them. In the yaml file I put some questions, they are indicated by #BP my initials.
I feel like if I just have the right import statement, it will work perfectly. I looked at “Show Contents” in PsychoPy3 (a Mac thing) and I can find pytables and iohub, Something is missing, I think.
Thanks.
eyeTracker1.psyexp (18.8 KB)
I changed the extension of the .yaml file to .py
so that this interface would accept it:
iohub_config.py (8.2 KB)