install.py

branch
5_0_x
changeset 797
689608661eed
parent 792
a13346916170
child 838
505c08c2d645
diff -r a13346916170 -r 689608661eed install.py
--- a/install.py	Fri Dec 31 15:50:33 2010 +0100
+++ b/install.py	Sat Jan 01 19:24:20 2011 +0100
@@ -565,7 +565,7 @@
     print("Found PyQt")
     
     try:
-        from PyQt4 import Qsci
+        from PyQt4 import Qsci      # __IGNORE_WARNING__
     except ImportError as msg:
         print("Sorry, please install QScintilla2 and")
         print("it's PyQt4 wrapper.")
@@ -656,7 +656,8 @@
     except ImportError:
         from PyQt4.uic import compileUi
         
-        def compileUiDir(dir, recurse = False, map = None, **compileUi_args):
+        def compileUiDir(dir, recurse = False, map = None,  # __IGNORE_WARNING__
+            **compileUi_args):
             """
             Creates Python modules from Qt Designer .ui files in a directory or
             directory tree.

eric ide

mercurial