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
671 stars 211 forks source link

import sys in libwebcam.py #82

Closed camelia-c closed 3 years ago

camelia-c commented 7 years ago

Hello,

I just want to point out that I needed to add:

import sys

in PyGaze/additional_libraries/libwebcam.py

on Ubuntu 16.04.1 LTS, with Python 2.7

Best regards, Camelia

esdalmaijer commented 7 years ago

Thanks for flagging that up!

toshikurauchi commented 3 years ago

Maybe this issue should be closed? @lparth fixed it on #147

camelia-c commented 3 years ago

Yes, I agree.