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

Crash in OpenGaze Example while using Gazepoint GP3 HD #103

Closed chalgand closed 6 years ago

chalgand commented 6 years ago

Hi,

After installing :

When i run example_pygaze.py, python said me :

`runfile('C:/Users/halgang/Documents/PyOpenGaze/example/example_pygaze.py', wdir='C:/Users/halgang/Documents/PyOpenGaze/example') Traceback (most recent call last):

File "", line 1, in runfile('C:/Users/halgang/Documents/PyOpenGaze/example/example_pygaze.py', wdir='C:/Users/halgang/Documents/PyOpenGaze/example')

File "C:\Users\halgang\AppData\Local\conda\conda\envs\py27\lib\site-packages\spyder\utils\site\sitecustomize.py", line 710, in runfile execfile(filename, namespace)

File "C:\Users\halgang\AppData\Local\conda\conda\envs\py27\lib\site-packages\spyder\utils\site\sitecustomize.py", line 86, in execfile exec(compile(scripttext, filename, 'exec'), glob, loc)

File "C:/Users/halgang/Documents/PyOpenGaze/example/example_pygaze.py", line 13, in tracker = EyeTracker(disp)

File "C:\Users\halgang\AppData\Local\conda\conda\envs\py27\lib\site-packages\python_pygaze-0.6.0a21-py2.7.egg\pygaze\eyetracker.py", line 122, in init self.class.init(self, display, **args)

File "C:\Users\halgang\AppData\Local\conda\conda\envs\py27\lib\site-packages\python_pygaze-0.6.0a21-py2.7.egg\pygaze_eyetracker\libopengaze.py", line 143, in init logfile=self.outputfile, debug=False)

File "C:\Users\halgang\AppData\Local\conda\conda\envs\py27\lib\site-packages\python_pygaze-0.6.0a21-py2.7.egg\pygaze_eyetracker\opengaze.py", line 75, in init self._sock.connect((self.host, self.port))

File "C:\Users\halgang\AppData\Local\conda\conda\envs\py27\lib\socket.py", line 228, in meth return getattr(self._sock,name)(*args)

error: [Errno 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée

C:\Users\halgang\AppData\Local\conda\conda\envs\py27\lib\site-packages\traitlets\config\configurable.py:84: UserWarning: Config option use_jedi not recognized by IPCompleter. self.config = config C:\Users\halgang\AppData\Local\conda\conda\envs\py27\lib\site-packages\dateutil\parser.py:605: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal elif res.tzname and res.tzname in time.tzname:`

Please, have you got an idea to help me ?

chalgand commented 6 years ago

Sorry, Gazepoint Control wasn't running...