Edwin Dalmaijer

Results 65 comments of Edwin Dalmaijer

Hi Jan, Thanks for the question. Would you mind trying the following code? (I assume you have the latest version of PyGaze installed, as downloaded from this GitHub page.) ```...

Yeah, we should probably get on 4-space indentation, and a few more PEP8 compliances. Thanks for the carriage return tips! Most of this stuff is written on a mixture of...

That's weird, in my Ubuntu 12.04 installation, it does need flipping. What version of Matplotlib are you using? Thanks for looking into this!

In Python 3 local imports work differently. Throughout the library, change the imports from: `import example` to: `import .example`

The txt file is a behaviour log as one would get from an experiment that was scripted using PyGaze. The analysis example assumes it is there, and won't do anything...

Thanks for flagging this up. Would you mind looking back on this, and providing some error logs? It seems like the `pointstart` request to the tracker should not be able...

Thanks for flagging this up, and for your work in narrowing down the issue! Will have a look at your initial solution, which I think is the most elegant. Hope...

Hi Hannah, Thanks for the clear report! I'm not entirely sure what is happening, but some quick suggestions: 1) What is the filename you pass? 2) Did you change anything...

Hi Hannah, Sorry, my bad about explaining the port number badly. There are two port numbers. One is for the connection between Python and the EyeTribe. This is 6555, as...

@Beuks: Did you follow the instructions here and elsewhere? I.e. start the EyeTribe Server in a terminal; run the Python script as mentioned above in an additional server (this is...