diff -r 05a426bcd39a -r 8bf1407ebc46 CxFreeze/CxfreezeExecDialog.py --- a/CxFreeze/CxfreezeExecDialog.py Tue Aug 20 13:15:26 2013 +0200 +++ b/CxFreeze/CxfreezeExecDialog.py Tue Aug 20 13:22:42 2013 +0200 @@ -27,6 +27,7 @@ import Preferences + class CxfreezeExecDialog(QDialog, Ui_CxfreezeExecDialog): """ Module implementing a dialog to show the output of the cxfreeze process. @@ -290,7 +291,7 @@ fn = os.path.abspath(os.path.normpath(fn)) dst = os.path.join(self.ppath, self.targetDirectory) if fn.startswith(os.path.normpath(self.ppath)): - dirname = fn.split(self.ppath+os.sep)[1] + dirname = fn.split(self.ppath + os.sep)[1] dst = os.path.join(dst, os.path.dirname(dirname)) try: os.makedirs(dst)