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.

agen judi bola , sportbook, casino, togel, number game, singapore, tangkas, basket, slot, poker, dominoqq, agen bola. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 50.000 ,- bonus cashback hingga 10% , diskon togel hingga 66% bisa bermain di android dan IOS kapanpun dan dimana pun. poker , bandarq , aduq, domino qq , dominobet. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 10.000 ,- bonus turnover 0.5% dan bonus referral 20%. Bonus - bonus yang dihadirkan bisa terbilang cukup tinggi dan memuaskan, anda hanya perlu memasang pada situs yang memberikan bursa pasaran terbaik yaitu http://45.77.173.118/ Bola168. Situs penyedia segala jenis permainan poker online kini semakin banyak ditemukan di Internet, salah satunya TahunQQ merupakan situs Agen Judi Domino66 Dan BandarQ Terpercaya yang mampu memberikan banyak provit bagi bettornya. Permainan Yang Di Sediakan Dewi365 Juga sangat banyak Dan menarik dan Peluang untuk memenangkan Taruhan Judi online ini juga sangat mudah . Mainkan Segera Taruhan Sportbook anda bersama Agen Judi Bola Bersama Dewi365 Kemenangan Anda Berapa pun akan Terbayarkan. Tersedia 9 macam permainan seru yang bisa kamu mainkan hanya di dalam 1 ID saja. Permainan seru yang tersedia seperti Poker, Domino QQ Dan juga BandarQ Online. Semuanya tersedia lengkap hanya di ABGQQ. Situs ABGQQ sangat mudah dimenangkan, kamu juga akan mendapatkan mega bonus dan setiap pemain berhak mendapatkan cashback mingguan. ABGQQ juga telah diakui sebagai Bandar Domino Online yang menjamin sistem FAIR PLAY disetiap permainan yang bisa dimainkan dengan deposit minimal hanya Rp.25.000. DEWI365 adalah Bandar Judi Bola Terpercaya & resmi dan terpercaya di indonesia. Situs judi bola ini menyediakan fasilitas bagi anda untuk dapat bermain memainkan permainan judi bola. Didalam situs ini memiliki berbagai permainan taruhan bola terlengkap seperti Sbobet, yang membuat DEWI365 menjadi situs judi bola terbaik dan terpercaya di Indonesia. Tentunya sebagai situs yang bertugas sebagai Bandar Poker Online pastinya akan berusaha untuk menjaga semua informasi dan keamanan yang terdapat di POKERQQ13. Kotakqq adalah situs Judi Poker Online Terpercayayang menyediakan 9 jenis permainan sakong online, dominoqq, domino99, bandarq, bandar ceme, aduq, poker online, bandar poker, balak66, perang baccarat, dan capsa susun. Dengan minimal deposit withdraw 15.000 Anda sudah bisa memainkan semua permaina pkv games di situs kami. Jackpot besar,Win rate tinggi, Fair play, PKV Games