Howdy, Stranger!

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

Supported by

Open Sesame does not launch

I have downloaded and installed open sesame on my Mac but every time I try to open it and use the app the icon just bounces in the doc then disappears.

Comments

  • Hi @milliechesterman ,

    What happens if you start a terminal, and then launch OpenSesame from there? You can do that by executing the following command.

    /Applications/OpenSesame.app/Contents/MacOS/OpenSesame
    

    Do you see any error messages?

    — Sebastiaan

  • Hello,

    I have the same problem here ! When I try from a terminal it says in the terminal -->


  • edited November 2020

    Hello,

    I have the same problem here ! When I try from a terminal it says in the terminal -->


    Last login: Fri Nov 27 17:49:42 on ttys000
    (base) MacBook-Air-de-BLEUZEN:~ gbzn$ /Applications/OpenSesame.app/Contents/MacOS/OpenSesame
    Traceback (most recent call last):
     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/qtpy/__init__.py", line 204, in <module>
      from PySide import __version__ as PYSIDE_VERSION # analysis:ignore
    ModuleNotFoundError: No module named 'PySide'
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
     File "/Applications/OpenSesame.app/Contents/Resources/bin/opensesame", line 10, in <module>
      sys.exit(opensesame())
     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/libqtopensesame/__main__.py", line 136, in opensesame
      set_paths()
     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/libqtopensesame/__main__.py", line 111, in set_paths
      from qtpy import QtCore
     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/qtpy/__init__.py", line 210, in <module>
      raise PythonQtError('No Qt bindings could be found')
    qtpy.PythonQtError: No Qt bindings could be found
    (base) MacBook-Air-de-BLEUZEN:~ gbzn$ 
    


  • Hi @gbzn ,

    I suspect that the error that you get when launching from the console results from the Anaconda base environment that is activated. I suspect that this causes a confusion between the Python environment of the OpenSesame app and the Python environment from Anaconda. What happens if you first run:

    conda deactivate
    

    And then launch OpenSesame:

    /Applications/OpenSesame.app/Contents/MacOS/OpenSesame
    

    My guess is that you will still get an error message, but a different one.

    — Sebastiaan

  • edited December 2020

    Hello @sebastiaan ,


    Thank you for your answer.

    I tried what you said and here's what appears in the terminal :

    Last login: Fri Nov 27 18:06:17 on ttys000
    (base) MacBook-Air-de-BLEUZEN:~ gbzn$ conda deactivate
    MacBook-Air-de-BLEUZEN:~ gbzn$ /Applications/OpenSesame.app/Contents/MacOS/OpenSesame
    Traceback (most recent call last):
     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/qtpy/__init__.py", line 204, in <module>
      from PySide import __version__ as PYSIDE_VERSION # analysis:ignore
    ModuleNotFoundError: No module named 'PySide'
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
     File "/Applications/OpenSesame.app/Contents/Resources/bin/opensesame", line 10, in <module>
      sys.exit(opensesame())
     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/libqtopensesame/__main__.py", line 136, in opensesame
      set_paths()
     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/libqtopensesame/__main__.py", line 111, in set_paths
      from qtpy import QtCore
     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/qtpy/__init__.py", line 210, in <module>
      raise PythonQtError('No Qt bindings could be found')
    qtpy.PythonQtError: No Qt bindings could be found
    MacBook-Air-de-BLEUZEN:~ gbzn$ 
    


  • @gbzn Are you running Mac OS Big Sure?

    @Daniel Does this look like the Big Sur issue to you?

  • I think this is the Big Sur issue. But @gbzn's last output is a bit strange, because it appears as if the ` conda deactivate` command is causing this error message. So either, it is not OpenSesame related, or he forgot to paste a (large) part of the actual console output.

    Buy Me A Coffee

  • @Daniel Thanks, I suspected it was Big Sur. (The command that triggers the error is actually the line after `conda deactivate`.)

  • Ah I see, I just misread it. This should be solved once we package OpenSesame with a python version greater than 3.7

    Buy Me A Coffee

  • Hello again,


    Thank you for your answers although I'm still running macOS Yosemite ...

  • Hello again,


    Did I need anaconda to launch OpenSesame on my mac ?

    Because I tried to install it and launch OpenSesame with it as in the tutorial on the website but it still doesn't work. and now that i've uninstalled it, when I write "conda deactivate" in the terminal, it does this :

    Last login: Sat Dec 5 23:27:12 on ttys001

    MacBook-Air-de-BLEUZEN:~ gbzn$ conda deactivate

    -bash: conda: command not found

    MacBook-Air-de-BLEUZEN:~ gbzn$ 

    MacBook-Air-de-BLEUZEN:~ gbzn$ /Applications/OpenSesame.app/Contents/MacOS/OpenSesame

    Traceback (most recent call last):

     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/qtpy/__init__.py", line 204, in <module>

      from PySide import __version__ as PYSIDE_VERSION # analysis:ignore

    ModuleNotFoundError: No module named 'PySide'


    During handling of the above exception, another exception occurred:


    Traceback (most recent call last):

     File "/Applications/OpenSesame.app/Contents/Resources/bin/opensesame", line 10, in <module>

      sys.exit(opensesame())

     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/libqtopensesame/__main__.py", line 136, in opensesame

      set_paths()

     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/libqtopensesame/__main__.py", line 111, in set_paths

      from qtpy import QtCore

     File "/Applications/OpenSesame.app/Contents/Resources/lib/python3.7/site-packages/qtpy/__init__.py", line 210, in <module>

      raise PythonQtError('No Qt bindings could be found')

    qtpy.PythonQtError: No Qt bindings could be found

    MacBook-Air-de-BLEUZEN:~ gbzn$ 



    So I have really no idea what to do to make Open Sesame launch on my computer now...



    Thanks in advance for your answers

  • same problem :(

    did you find an answer?

  • Hi @Liliann_L and @gbzn ,

    If you're running Mac OS Big Sur, then you can take a look at this post for a possible workaround.

    If you're running a different version of Mac OS, then I don't know what causes the issue. In that case, you could consider installing OpenSesame through Anaconda instead of using the package:

    Hope this helps!

    — Sebastiaan

  • Hey @sebastiaan,

    just wanted to let you know that it seems to be a problem related to el capitan. I tried all the recommendations but nothing worked. Since I changed the system to catalina everything works fine!

    Thank you for your help, anyway!

Sign In or Register to comment.