diff -r de49f07bb6bf -r b03d3d52f900 PluginCxFreeze.py --- 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 #