S_H
About
- Username
- S_H
- Joined
- Visits
- 159
- Last Active
- Roles
- Member
Comments
-
Oh my, it's working perfectly. thank you so much!
-
Hi eduard, Yes of course, this is what I think relevant from the script: Button1 = image_button = widgets.image_button(form, path=pool['1.png'],var='Button1')Button2 = image_button = widgets.image_button(form, path=pool['2.png'], var='Button2')But…
-
Hi everyone, I'm trying to apply this solution on my experiment using the latest version of OpenSesame and it doesn't work for me. As a matter of fact, I'm looking for a simpler solution: I just need a variable saving the button chosen in the trial…
-
Hi Josh, Thank you very much for your kind answer. Unfortunately, it didn't work for me. Before running a loop, I first tried to create a single trial. Firstly, I created an inline script: exp.sentence_list = []exp.trial_count = 0 Afterward, I cr…
-
Thanks! I wasn't sure I'll get help on [solved] discussion :)
-
Hello everyone! I'm going to revive post from last year :) I'm trying to follow the instructions mentioned above and yet getting "No module named requests". in this link: https://pypi.python.org/pypi/gopro/0.0.2 there are 3 relevant fi…
-
Dear Jarik! Thank you very much for your kind answer! I rewrote my code according to your detailed suggestions and now I'm having: "'unicode' object has no attribute 'pop'". I used print in order to spot the problem. at the end of the fi…