Error when dragging and dropping plugin with GUI
Hi,
Intermittently I got the error message:
Traceback (most recent call last):
File "D:\opensesame_4.0.5\Lib\site-packages\qtconsole\console_widget.py", line 400, in dragMoveEvent
cursor = self._control.cursorForPosition(e.pos())
^^^^^
AttributeError: 'QDragMoveEvent' object has no attribute 'pos'
when dragging and dropping a plugin (for example media_player_mpy) into the experiment. I found out that this will happen only, when I pass over the console window while dragging the plugin icon. OpenSesame version = 4.0.26. OS: Platform = Windows 10
Best wishes,
Martin
Comments
Hi @MartinS ,
Thanks for reporting this! It appears to be an incompatibility between Jupyter/ QtConsole and PyQt6, the graphics toolkit. For now, manually updating the
qtpypackage seems to resolve it.— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Upgrading qtpy solved my problem.
Thanks for your help!
Kind regards,
Martin