Fixed a bug in the modified install script.

Fri, 17 Sep 2010 11:05:21 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 17 Sep 2010 11:05:21 +0200
changeset 624
d2ff1cb672eb
parent 623
f6a854d78668
child 625
a2d295ee30ba

Fixed a bug in the modified install script.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Thu Sep 16 19:17:43 2010 +0200
+++ b/install.py	Fri Sep 17 11:05:21 2010 +0200
@@ -661,6 +661,7 @@
     """
     Compile the .ui files to Python sources.
     """
+    global sourceDir
     try:
         from PyQt4.uic import compileUiDir
     except ImportError:
@@ -739,7 +740,7 @@
         """
         return py_dir, "Ui_{0}".format(py_file)
     
-    compileUiDir("eric", True, pyName)
+    compileUiDir(sourceDir, True, pyName)
 
 def main(argv):
     """

eric ide

mercurial