--- a/src/eric7/Utilities/crypto/__init__.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Utilities/crypto/__init__.py Tue Oct 18 16:06:21 2022 +0200 @@ -13,9 +13,9 @@ from PyQt6.QtCore import QCoreApplication from PyQt6.QtWidgets import QLineEdit, QInputDialog -from EricWidgets import EricMessageBox +from eric7.EricWidgets import EricMessageBox -import Preferences +from eric7 import Preferences ############################################################################### ## password handling functions below