Howdy, Stranger!

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

Supported by

Experiment does not open with OpeSesame 4

Hi everyone,

I downloaded OpenSesame 4 and was trying to open an experiment that was created with a previous version, but I get the following message:

Failed to open the file for the following reason:

  • No module named 'libqtopensesame.items.audio_low_latency_record_init'

I would not mind creating the experiment again with this new version, but the problem is that I can see nothing from my previous experiment. I would need to see the layout of the experiment.

What can I do?

Thank you!!

Teresa

Comments

  • Hi @T_Q,

    It looks as if your original experiment used the audio_low_latency plugin. Can you confirm you have installed that plugin in OpenSesame 4?

    Best,

    Fabrice.

    Buy Me A Coffee

  • Hi @Fab ,

    Yes, that was the problem. I didn't know I had to install it again.

    Thank you so much :)

    Best,

    Teresa

  • Hi @T_Q,

    Glad I could help. I take you have now installed the plugin. However, if you're unsure how to do it, here's a simple method

    1. Launch Open Sesame as administrator

    2. In the console paste the following and execute this code:

    import pip
    pip.main(['install', 'opensesame-plugin-audio_low_latency']
    

    3. Close Open Sesame and restart it. The plugin should now be visible.

    Best,

    Fabrice.

    Buy Me A Coffee

Sign In or Register to comment.