self.type_RSA.setText(_translate("MainWindow", "RSA"))
self.type_DSA.setToolTip(_translate("MainWindow", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Noto Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Тип создаваемого первичного ключа</p></body></html>"))
self.type_DSA.setText(_translate("MainWindow", "DSA"))
self.lenght_1024.setToolTip(_translate("MainWindow", "<html><head/><body><p>Длина первичного ключа в битах</p></body></html>"))
self.lenght_1024.setText(_translate("MainWindow", "1024"))
self.lenght_2048.setToolTip(_translate("MainWindow", "<html><head/><body><p>Длина первичного ключа в битах</p></body></html>"))
self.lenght_2048.setText(_translate("MainWindow", "2048"))
from kbuttongroup import KButtonGroup #Здесь ошибка
Это дизайн из Qt Designer, pyuic5. А точнее проблемный кусок кода