Refined the last change and made final plug-in archive.

Thu, 28 Apr 2011 19:36:25 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 28 Apr 2011 19:36:25 +0200
changeset 22
b03d3d52f900
parent 21
de49f07bb6bf
child 24
4c8a4e5377c6

Refined the last change and made final plug-in archive.

CxFreeze/CxfreezeConfigDialog.py file | annotate | diff | comparison | revisions
PluginCxFreeze.py file | annotate | diff | comparison | revisions
PluginCxFreeze.zip file | annotate | diff | comparison | revisions
--- a/CxFreeze/CxfreezeConfigDialog.py	Wed Apr 27 18:37:18 2011 +0200
+++ b/CxFreeze/CxfreezeConfigDialog.py	Thu Apr 28 19:36:25 2011 +0200
@@ -63,7 +63,7 @@
         if modpath:
             d = QDir(os.path.join(modpath, 'bases'))
             basesList = d.entryList(QDir.Filters(QDir.Files))
-            if sys.platform == "win32":
+            if Utilities.isWindowsPlatform():
                 # strip the final '.exe' from the bases
                 tmpBasesList = basesList[:]
                 basesList = []
--- a/PluginCxFreeze.py	Wed Apr 27 18:37:18 2011 +0200
+++ b/PluginCxFreeze.py	Thu Apr 28 19:36:25 2011 +0200
@@ -74,11 +74,7 @@
     @return name of the executable (string)
     """
     # step 1: check for version 4.x
-##    exe = 'cxfreeze'
-    if sys.platform == "win32":
-##        exe += '.bat'
-##    if Utilities.isinpath(exe):
-##        return exe
+    if Utilities.isWindowsPlatform():
         #
         # Windows
         #
Binary file PluginCxFreeze.zip has changed

eric ide

mercurial