Juliette
About
- Username
- Juliette
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
Dear Florian, Thank you for your comment. There is a problem about converting excel file to csv file. It seems Python can't encode French accents to csv file and therefore it cant display the word in canvas. Although, I might be wrong. I only incr…
-
Hi Florian, Thank you for your message. You are very right! I reinstalled expyriment using the page that you mentioned and the problem is solved :) Thank you very much
-
Hi Florian, Thank you for the new version of the Expyriment V. 9.0. I installed the new expyriment-0.9.0.tar.gz on my ubuntu but still the same error is there. Do the new version only fix the decoding on windows and not Linux?
-
Hi Florian, That's very nice of you. here is the full script: # -*- coding: utf-8 -*- """ Created on Thu Feb 9 19:33:37 2017 @author: Julliette """ import pandas as pd import expyriment impor…
-
I even tried to put the data into an excel file and decode it: import pandas as np criteria = pd.read_excel(file, encoding='utf-16') but still the same error can be seen. I will wait for new version of expyriment tomorrow.
-
.
-
Dear Florian, Thank you for your reply. At top of the editor I have these few lines: # -*- coding: utf-8 -*- """ Created on Thu Feb 9 19:33:37 2017 @author: Julliette """ up to my knowledge…
-
Hi Florian, Thank you for your comment. I have one instruction page for the participant ( 10 lines of text) But using commad expyriment.stimuli.TextLine It prints all the 10 lines text in one very very long line. In order to solve this problem I b…
-
Thank you. Your explanations are very clear to me. I appreciate your favor to explain it fully.
-
Thank you very much. The problem is fully solved.
-
Hi Flad, thank you very much for your informative reply. After I changed it as below: button, rt = exp.keyboard.wait(keys=response_keys,duration=6000) exp.clock.wait(6000-rt) I got this error: exp.clock.wait(6000-r…
-
Yes, you are right! Thank you for your answer