Nir
About
- Username
- Nir
- Joined
- Visits
- 6
- Last Active
- Roles
- Member
Comments
-
Ok thanks the task was saved as .opensesame so this was the problem. Is there a way to load images not from the file pool but from, let say, ./images folder?
-
thanx that was the solution I think it is something worth mentioning in the installation documentation. The next time I will install opensesame on Linux I will probably forget that issue and the sloution Nir
-
thanx sebastiaan My code was written in the "run" phase but it was written print ( self.get('acc') ) instead of print self.get('acc') Normally in python it's dose not matter matter
-
Hi Joshua. Thanx for the reply. Your suggestion for binding the sound and accuracy graphically is good and I will probably use it for this specific task. But, I am more interested in a python solution. both because I like to code better than to u…