[solved] Error while executing inline script
Hi,
I'm trying to run the attentional blink experiment that I coded according to the tutorial but I can't seem to get it running. This is the error that pops up:
Error while executing inline script
phase: prepare
item: inline_script
line: 1
exception message: name 'var' is not defined
exception type: NameError
Traceback (also in debug window):
File "/Applications/OpenSesame.app/Contents/Resources/lib/python2.7/libopensesame/inline_script.py", line 150, in prepare
File "/Applications/OpenSesame.app/Contents/Resources/lib/python2.7/libopensesame/python_workspace.py", line 111, in _exec
Inline_script, line 1, in <module>
NameError: name 'var' is not defined
Does anyone know how I can fix this?
I am running this on a Mac, El Capitan
Ólafía
Comments
Hi Ólafía,
You're not running OpenSesame 3.0 (which is not available for Mac OS yet) and
vardidn't exist in 2.9 and before. On the documentation site, you can select your version of OpenSesame with the dropdown box on the top-left, and view the documentation that's applicable to your version.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thank you Sebastian