OpenSesame (suddenly) not launching
Hi Everybody!
I have a problem with launching Open Sesame in my lab. It all happened suddenly - yesterday everything was fine and today I can't run anything. When I try to start the application, nothing happens.
I know there are other threads like this on the forum - I tried every suggestion and nothing seems to be working. I tried running OS from console, uninstalling/installing multiple times (also trying no-install-required version), checked environmental variables etc. All I get is this error: qtpy.PythonQtError : No Qt bindings could be found, but I don't have PyCharm (mentioned in other threads) and nothing else was installed since yesterday. The only thing that comes to mind are automatic Windows updates.
I run Windows 10 Pro 64bit and the newest version of OpenSesame (it is also the version my experiments were build with). Does anyone have the same issue? I would be very, very grateful if somebody could point me in the right direction, because I have no idea how to solve this issue.
All the best!
Karolina
Comments
Hi Karolina,
I don't know for sure, but hte PythonQt error suggests there is an issue with that package. Maybe try to re-install this particular package. For example in the debug window, or like described here.
e.g. (
!pip install pyqt5-tools) in the consoleEduard