]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/scripts/CreateBatchFiles.py
Show how to use a wxMemoryFSHandler
[wxWidgets.git] / wxPython / scripts / CreateBatchFiles.py
index ac4a84a0849dfd49ebee229d51da06f71aa9d768..60c4d520a43634468d71030f26fe3c7642aaa236 100644 (file)
@@ -13,7 +13,7 @@
 import sys, os
 
 python = sys.executable
-pythonw = ow.path.join(os.path.split(python)[0], 'pythonw.exe')
+pythonw = 'start ' + os.path.join(os.path.split(python)[0], 'pythonw.exe')
 scriptdir = os.getcwd()
 
 scripts = [ ("img2png", 0),