Package: eric
Version: 21.1+ds1-2
Severity: important
Boorkworm: Eric fails to start, crashes/shuts down after launch
$ /usr/bin/eric6
Warning: translation file 'qscintilla_en_US'could not be loaded.
Using default.
BackgroundService listening on: 45915
An unhandled exception occurred. Please report the problem
using the error reporting dialog or via email to <
eric...@eric-ide.python-projects.org>.
A log has been written to "/home/luser/.eric6/eric6_error.log".
Error information:
--------------------------------------------------------------------------------
2022-11-22, 03:04:44
--------------------------------------------------------------------------------
<class 'TypeError'>:
setPixelSize(self, int): argument 1 has unexpected type 'float'
--------------------------------------------------------------------------------
File "/usr/share/eric/modules/eric6.py", line 425, in <module>
main()
File "/usr/share/eric/modules/eric6.py", line 404, in main
mainWindow = UserInterface(app, loc, splash, pluginFile, disabledPlugins,
File "/usr/share/eric/modules/UI/UserInterface.py", line 297, in __init__
self.__createLayout(debugServer)
File "/usr/share/eric/modules/UI/UserInterface.py", line 814, in __createLayout
self.__createSidebarsLayout(debugServer)
File "/usr/share/eric/modules/UI/UserInterface.py", line 1103, in __createSidebarsLayout
self.pipWidget = PipPackagesWidget(self.pipInterface)
File "/usr/share/eric/modules/PipInterface/PipPackagesWidget.py", line 61, in __init__
self.setupUi(self)
File "/usr/share/eric/modules/PipInterface/Ui_PipPackagesWidget.py", line 30, in setupUi
self.pipMenuButton = E5ToolButton(self.baseWidget)
File "/usr/share/eric/modules/E5Gui/E5ToolButton.py", line 55, in __init__
font.setPixelSize(self.__badgeLabel.height() / 2.5)