-
Bug
-
Resolution: Fixed
-
Normal
-
2.7.0b2
-
None
-
Fedora 35
When executing, immediately crashes with:
Traceback (most recent call last):
File "/usr/lib64/python3.10/site-packages/picard/ui/itemviews.py", line 419, in paintSection
paint_column_icon(painter, rect, FileItem.icon_acousticbrainz)
File "/usr/lib64/python3.10/site-packages/picard/ui/itemviews.py", line 333, in paint_column_icon
target_rect = QtCore.QRect(rect.x() + padding_h, rect.y() + padding_v, size, size)
TypeError: arguments did not match any overloaded call:
QRect(): too many arguments
QRect(int, int, int, int): argument 2 has unexpected type 'float'
QRect(QPoint, QPoint): argument 1 has unexpected type 'int'
QRect(QPoint, QSize): argument 1 has unexpected type 'int'
QRect(QRect): argument 1 has unexpected type 'int'
Traceback (most recent call last):
File "/usr/lib64/python3.10/site-packages/picard/ui/itemviews.py", line 419, in paintSection
paint_column_icon(painter, rect, FileItem.icon_acousticbrainz)
File "/usr/lib64/python3.10/site-packages/picard/ui/itemviews.py", line 333, in paint_column_icon
target_rect = QtCore.QRect(rect.x() + padding_h, rect.y() + padding_v, size, size)
TypeError: arguments did not match any overloaded call:
QRect(): too many arguments
QRect(int, int, int, int): argument 2 has unexpected type 'float'
QRect(QPoint, QPoint): argument 1 has unexpected type 'int'
QRect(QPoint, QSize): argument 1 has unexpected type 'int'
QRect(QRect): argument 1 has unexpected type 'int'
Aborted (core dumped)
- has related issue
-
PICARD-2269 "TypeError: arguments did not match any overloaded call" with Python 3.10
- Closed