eric5.py

changeset 2614
9c49b4419ea7
parent 2608
01118174a2f5
child 2664
56add695787e
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:

eric ide

mercurial