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

Various fixes #144

Closed smathot closed 4 years ago

smathot commented 4 years ago

Here are some more fixes, some related to Python 3.

Question: The setup.py now specifies Python 3 as a minimum requirement. However, is that really necessary? If possible (and I think it should be), I'd say that we should focus on Python 3, but still remain compatible with Python 2 until no-one uses it anymore.