Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

multiple choice item widget error

Hello
was wondering if there might be a simple fix for the following error:

Items do seem to be present:

but somewhere it goes awry, any help welcome

Comments

  • Hi all,

    We figured it out. Roelof was using os.chdir('[some path]') which caused the resource 'widgets\gray\box-checked.png' not found error in OpenSesame 2.9.7.
    Using f.write([some path and filename]) and not using os.chdir('[some path]') solved the problem.

    Best,
    Jarik

Sign In or Register to comment.