[solved] Quest Plugin cannot be initialized
Hi there. I ahve trouble initializing the Quest staircase plugin. I am using the latest OS X version of OpenSesame.
At first it gave me an error concerning loading name osexception which I apparantly dealt with by changing the import
from libopensesame.exceptions import osxception
to
import libopensesame.exceptions
and changing function references accordingly. Now the error is
Traceback (most recent call last):
File "/Applications/opensesame.app/Contents/Resources/lib/python2.7/libqtopensesame/misc/dispatch.py", line 103, in regenerate
File "/Applications/opensesame.app/Contents/Resources/lib/python2.7/libqtopensesame/items/experiment.py", line 53, in init
File "/Applications/opensesame.app/Contents/Resources/lib/python2.7/libopensesame/experiment.py", line 130, in init
File "/Applications/opensesame.app/Contents/Resources/lib/python2.7/libopensesame/item.py", line 76, in init
File "/Applications/opensesame.app/Contents/Resources/lib/python2.7/libopensesame/experiment.py", line 267, in from_string
File "/Applications/opensesame.app/Contents/Resources/lib/python2.7/libopensesame/experiment.py", line 224, in parse_definition
script_error: Error: Script error
Description: Failed load plugin 'quest_staircase_init'
I have no clue where the error comes from. Does anyone have an idea?
Best wishes, Marian
Comments
It works. I am stupid. Wasn't using the latest version after all...