[solved] opensesame run - minimal pack
hi
I want to run a battery on computers that doesn't have opensesame on them
what is the minimal pack I need to add to the exp files?
thank you
hi
I want to run a battery on computers that doesn't have opensesame on them
what is the minimal pack I need to add to the exp files?
thank you
Comments
Hi Dror,
You can just include the 'no installation required (.zip)' version of OpenSesame:
If space is an issue, you can strip this package down even further yourself, by deleting the templates, icon theme (basically everything from the
resourcesfolder except the.ttffiles), and qt libraries.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
thank you
space is indeed the issue.
qt libraries is libqtopensesame?
I tried to delete it but when I tried to run an exp an error regarding fixation_dot module appeared.
also, is there a way that the participant wont be able to access the files except the .bat file? - compiling, password protection or any other idea?
Dror
Ow right, there is a minimal (and unnecessary) dependency on Qt in the runtime as well. But I don't think it's useful to remove this anyway. If you remove the icons (
resources/theme/default) and templates (resources/templates) you will have removed the main things. Most of the other space is taken the Python environment, which you cannot remove (or strip) unless you exactly which modules you are using. OpenSesame is simply a quite heavy program, becomes it comes with a full Python environment.This is more of a Windows issue, but my guess is no. If the
.batfile can find the experiment, then so can the participant. You could give things read-only permissions, though. Then at least the participants cannot mess things up.Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!