diff -r 0799eea6feba -r 9c49b4419ea7 Toolbox/Startup.py --- a/Toolbox/Startup.py Tue Apr 23 19:13:45 2013 +0200 +++ b/Toolbox/Startup.py Tue Apr 23 19:57:07 2013 +0200 @@ -131,7 +131,7 @@ Module function to set the Qt library paths correctly for windows systems. """ if Globals.isWindowsPlatform(): - libPath = os.path.join(Globals.getPythonModulesDirectory(), "PyQt4", "plugins") + libPath = os.path.join(Globals.getPyQt4ModulesDirectory(), "plugins") if os.path.exists(libPath): libPath = QDir.fromNativeSeparators(libPath) libraryPaths = QApplication.libraryPaths()