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

time.clock depreciated #155

Closed raykyn closed 2 years ago

raykyn commented 3 years ago

Hi, thanks for this very useful software! When trying the example scripts today, I encountered an error and found the problem. Because time.clock() is depreciated since Python Version 3.3, scripts using libtime doesn't work in newer versions.

I'll try to fix it myself and issue a pull request when I find the time.

esdalmaijer commented 3 years ago

Thanks for pointing this out!

esdalmaijer commented 2 years ago

Fixed with commit 2deecc8dd87b6c5a469da1ea0e515cbe292ea6f1!