krishnan
About
- Username
- krishnan
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
Hi there! I have followed all the instructions on installing the Tobii package (http://www.pygaze.org/installation/#tobii). Despite this, the following error continue to appear: >>> Starting experiment as ExperimentProcess-2Expyriment (Re…
-
import sysimport platformif sys.version_info[0:2] == (2, 7): import _tetiopy27 tetio = _tetiopy27else: raise Exception("Unsupported python runtime version, tobii.eye_tracking_io requires python 2.7")## Internal class#class BoundHa…
-
Dear Josh, The file referring to the error is as follows: import sysimport platformif sys.version_info[0:2] == (2, 7): import _tetiopy27 tetio = _tetiopy27else: raise Exception("Unsupported python runtime version, tobii.eye_tracking…
-
Dear Josh, I followed your instructions. however, I am getting some errors as shown below: Python 2.7.8Type "help()", "copyright()", "credits()" or "license()" for more information.Type "modules()" …
-
Thanks Josh for your help! I shall try this out. And, I shall get back to the forum with my experience. Thanks again for your time, Regards. Krish