Toolbox/Startup.py

changeset 2614
9c49b4419ea7
parent 2608
01118174a2f5
child 2677
3d4277929fb3
child 2683
ef93fc7332a2
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()

eric ide

mercurial