eric7/eric7.py

branch
eric7
changeset 8616
651cc4e319fb
parent 8614
4a3a68e51b92
child 8617
3ea0b67205b6
--- a/eric7/eric7.py	Sun Sep 19 15:49:45 2021 +0200
+++ b/eric7/eric7.py	Sun Sep 19 16:13:41 2021 +0200
@@ -42,12 +42,6 @@
         " it is installed and accessible.")
     sys.exit(100)
 
-# TODO: remove this workaround once issue is fixed
-# Workaround for a bug in Qt 6.2.0 beta3 on Linux
-if sys.platform.startswith("linux"):
-    libraryPath = QLibraryInfo.path(QLibraryInfo.LibraryPath.LibrariesPath)
-    os.environ["LD_LIBRARY_PATH"] = libraryPath
-
 with contextlib.suppress(ImportError):
     from PyQt6 import QtWebEngineWidgets
     # __IGNORE_WARNING__ __IGNORE_EXCEPTION__

eric ide

mercurial