multiple choice item widget error
in OpenSesame
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 usingos.chdir('[some path]')solved the problem.Best,
Jarik