martijnvk
About
- Username
- martijnvk
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
Hi Sebastiaan (and cubistular), Thanks for your help so far. On this particular PC: OpenSesame 2.8.0 works fine WinPython-OpenSesame-2.8.1 does not work (i.e. the topic of this post) Just running a new blank experiment (i.e. only the welcome mes…
-
Any ideas how to check what is wrong?
-
Sorry forgot to actually post it. Here it is: Unexpected errorexception message:exception type: WindowsErrorTraceback:File "C:\WinPython-OpenSesame-2.8.1\OpenSesame\opensesame-2.8.1\libopensesame\exceptions.py", line 74, in __init__info[u…
-
I forgot to add that I'm also running the 'normal' (i.e. the non WinPython) version along side, and this works fine. The reason I want to use WinPython is to be able to interface it with EyeLink) Thanks, Martijn
-
Hi Sebastiaan, Just in general: can one disable escape to quit the experiment? Thanks, Martijn
-
Hi Sebastiaan, Thanks again for your help. Unfortunately I didn't completely understand your suggestion. So, I'm afraid I need a bit more help here. I tried the following, but this didn't work: import pylinkc.show() # c should be a canvas with the…
-
Thanks this worked. My reason is that I want the stimulus to disappear as soon as the subject responds. I also want everything in the edf file, so I only have to look at this file after the experiment (Only later did I realize that I could have reco…
-
Thanks for your help! I have the following problem at the moment: the experiments stops when I press escape during the 'custom' drift check using pylink. Is there a way to temporarily disable the escape key from exiting the experiment, but still to…
-
Thanks for your reply also to my other question, which I used to solve this problem. It turns out that it is relatively easy. I found the following information in the api user guide: doDriftCorrect(x, y, draw, allow_setup) Performs a drift correct…