Coder Social home page Coder Social logo

Comments (2)

esdalmaijer avatar esdalmaijer commented on August 20, 2024

Thanks for your feedback! The first (Python 2.7) error indicates you have not installed PsychoPy. Could this be true? To fix, add a file to the directory of the annoying_message.py script called constants.py, and add DISPTYPE = 'pygame' (this switches the back-end to PyGame, but you could also opt for installing PsychoPy to fix your issue).

The second error indicates you have installed a version of PyGaze that is pre 0.5. To fix, import Screen and Display from the libscreen library: from libscreen import Display, Screen. BTW: PyGaze is tested on Python 2.7, because most of the dependencies only work on Python 2. I would not recommend using Python 3, unless you know that all of the dependencies you require run with Python 3.

Good luck!

from pygaze.

DirkBroenink avatar DirkBroenink commented on August 20, 2024

esdalmaijer, would you still not recommend using PyGaze with Python 3? You made this statement 3 years ago, so I'm wondering if it's still relevant. We are about to start a project using pygaze. (We want to be able to use two different eye trackers and mouse input to see what parts of images are looked at.)

from pygaze.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.