Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PySide6 6.8.x #2980

Open
ptsavol opened this issue Oct 11, 2024 · 2 comments
Open

Support PySide6 6.8.x #2980

ptsavol opened this issue Oct 11, 2024 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@ptsavol
Copy link
Member

ptsavol commented Oct 11, 2024

Toolbox crashes on PySide6 6.8.0. The crash happens in qtpy's QtGui.py line 120 from PySide6.QtGui import *, which is called by qtconsole's util.py line from qtpy import QtCore, QtGui, which is called in our code in file jupyter_console_widget.py line from qtconsole.client import QtKernelClient. I don't think we can do anything about it but to wait for a new version of qtpy or PySide 6.8.1.

Related to #2979.

@ptsavol ptsavol added the dependencies Pull requests that update a dependency file label Oct 11, 2024
@ptsavol ptsavol self-assigned this Oct 11, 2024
soininen added a commit that referenced this issue Oct 16, 2024
Unit tests segfault with this PySide6.

Re #2980
@soininen
Copy link
Contributor

Unit tests fail on 6.8.0.1 too. Commit d100b1e disables that PySide6, too.

@soininen
Copy link
Contributor

Looks like the issue with 6.8.0.1 is that it segfaults when we e.g. set the text for QGraphicsTextItems in icons on Design view --- i.e. it is a bug in PySide6's text handling/rendering.

soininen added a commit that referenced this issue Oct 21, 2024
@jkiviluo jkiviluo added this to the subsequent release milestone Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants