From b56ca60d2f1b9494f09a55f58c0f23134c95b517 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 16 Dec 2016 21:20:08 +1000 Subject: [PATCH] remove mac setLibraryPaths() call --- aqt/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/aqt/__init__.py b/aqt/__init__.py index 62c8695e4..c7563acf5 100644 --- a/aqt/__init__.py +++ b/aqt/__init__.py @@ -208,9 +208,6 @@ def _run(): opts.profile = opts.profile or "" # on osx we'll need to add the qt plugins to the search path - if isMac and getattr(sys, 'frozen', None): - rd = os.path.abspath(moduleDir + "/../../../plugins") - QCoreApplication.setLibraryPaths([rd]) # work around pyqt loading wrong GL library if isLin: