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

Crash on Import with PySide 6.8 #266

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

Crash on Import with PySide 6.8 #266

maflAT opened this issue Oct 11, 2024 · 2 comments

Comments

@maflAT
Copy link

maflAT commented Oct 11, 2024

qtawesome crashes on import, without raising an exception, when used with the latest PySide 6.8.0.

Affected version: 1.3.1
Python version: 3.12.7

qtpy (2.4.1) on its own seems to import OK.
There are no other Qt packages installed.
/
/
Edit:
After further investigation this seems to be an issue with qtpy after all.
spyder-ide/qtpy#494

@jcyrss
Copy link

jcyrss commented Oct 14, 2024

Same here. I replaced all "from qtpy import xxx" with "from PySide6 import xxx" to get around of the problem for time being. Hope it could be fixed soon.

@ccordoba12
Copy link
Member

This is a problem in PySide, not QtAwesome, and its developers are working to fix it right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants