diff -r 0799eea6feba -r 9c49b4419ea7 eric5.py --- a/eric5.py Tue Apr 23 19:13:45 2013 +0200 +++ b/eric5.py Tue Apr 23 19:57:07 2013 +0200 @@ -208,7 +208,7 @@ # modify the executable search path for the PyQt4 installer if Globals.isWindowsPlatform(): - pyqtDataDir = os.path.join(Globals.getPythonModulesDirectory(), "PyQt4") + pyqtDataDir = Globals.getPyQt4ModulesDirectory() if os.path.exists(os.path.join(pyqtDataDir, "bin")): path = os.path.join(pyqtDataDir, "bin") + os.pathsep + os.environ["PATH"] else: