a-computer:~ julesvernes$ /Applications/OpenSesame.app/Contents/MacOS/OpenSesame ; exit;
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
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...27 completed.
[Opération terminée]
Comments
Beginning of the text is missing.
It was:
OpenSesame 3.3.5 fail to start on macOS 10.11.6. Starting OpenSesame from "/Applications/OpenSesame.app/Contents/MacOS/OpenSesame" show the following text in Terminal.
Hi @emasesnepo.
That's quite an old version of MacOS that you are using. Wasn't that the edition in which 32-bit software could still be run? My hunch is that the problem lies there, in that the Qt libraries which are included with OpenSesame cannot be found because they are only included in 64-bit versions. I have to admin this is a long shot, but because I am on Mac OS 10.15 at the moment, it is too difficult for me to determine what goes wrong in your installation of that many versions back.
I don't know if the OS could run 32 bits version but the iMac and OS are 64 bit version.