Problem with use of the _Ctypes Lib
I'm trying to run the "simple_tracker_experiment" of PyGaze_examples and the program stops because of the following problem:
File "C:\WinPython-PyGaze-0.4\python-2.7.3\lib\ctypes__init__.py", line 366, in init
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] it's not possible to find the module.
I'm using the IDE Spyder with Phyton 2.7.3
Can someone help me?