--- a/src/eric7/Preferences/ProgramsDialog.py Sun Nov 06 11:22:39 2022 +0100 +++ b/src/eric7/Preferences/ProgramsDialog.py Mon Nov 07 17:19:58 2022 +0100 @@ -302,7 +302,7 @@ # 7. do the spell checking entry try: - import enchant + import enchant # __IGNORE_WARNING_I10__ try: text = os.path.dirname(enchant.__file__) @@ -319,7 +319,7 @@ # 8. do the pygments entry try: - import pygments + import pygments # __IGNORE_WARNING_I10__ try: text = os.path.dirname(pygments.__file__) @@ -366,7 +366,7 @@ # 10. do the jedi related entries try: - import jedi + import jedi # __IGNORE_WARNING_I10__ try: text = os.path.dirname(jedi.__file__)