X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fbertos.py;h=3aa845f3be666061b5e3219ccfe7226bc382bd08;hb=4c61653db84fe75fc2bb8f5af9d1ac0343068b4c;hp=93f451c536e5b797009f8a5fb099476afb7f7e6f;hpb=b0882263114dd5cc268ce701d5e48cc94ee9bf79;p=bertos.git diff --git a/wizard/bertos.py b/wizard/bertos.py index 93f451c5..3aa845f3 100755 --- a/wizard/bertos.py +++ b/wizard/bertos.py @@ -121,7 +121,7 @@ def main(): datadir = DATA_DIR qrc, rcc = os.path.join(datadir, 'bertos.qrc'), os.path.join(datadir, 'bertos.rcc') if not (hasattr(sys, "frozen") and sys.frozen) and newer(qrc, rcc): - os.system("rcc -binary %s -o %s" %(qrc, rcc)) + os.system("rcc -binary \"%s\" -o \"%s\"" %(qrc, rcc)) QResource.registerResource(rcc) if len(sys.argv) == 3 and sys.argv[1] == "--edit": editProject(os.path.abspath(sys.argv[2]))