-
Notifications
You must be signed in to change notification settings - Fork 19
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
PyQt6/PySide6 on Linux: AttributeError: type object 'PySide6.QtGui.QPalette' has no attribute 'Background'
#77
Comments
Transitively, tests in plotpy fail due to this I think. I also noticed this issue was discussed in PlotPyStack/PlotPy#11 ... Not sure exactly what made it become resolved. For the record, I use |
AttributeError: type object 'PySide6.QtGui.QPalette' has no attribute 'Background'
@doronbehar : thanks for reporting the issue. |
Hey @PierreRaybaut . You should know that on the latest PySide2:
PySide6:
|
Hello, I'm trying to package this library for NixOS, along with the other packages you develop (NixOS/nixpkgs#327446), and I'm experiencing this peculiar test failure with PyQt6:
Any idea why is that? Here's the backtrace:
With PySide6, I get:
And with PyQt5 everything passes. Haven't checked PySide2 yet.
The text was updated successfully, but these errors were encountered: