Converting Open Sesame script to Python script
Hi,
we are building our experiment in Open Sesame, and we would like to run it online. But since JATOS/OSWeb is not supporting python code, we would like to try another hosting, which can work with python. My question is if there is any way how to convert the entire Open Sesame script to python code.
Thank you in advance!
Kryštof
Comments
Hi Krystof,
Unfortunately this is not possible at the moment. Depending on how much and how complex your Python code is, you might consider translating your Python code to Javascript. If that won't do, you have probably no other choice than scripting everything yourself, I am afraid.
Eduard