From ab1bfcc1a175bc773199c2b64c87e737ad3b9d63 Mon Sep 17 00:00:00 2001 From: "Patrick K. O'Brien" Date: Mon, 29 Mar 2004 20:54:26 +0000 Subject: [PATCH] Made more useable from the command-line, since that is its primary purpose. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/scripts/pywrap.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wxPython/scripts/pywrap.bat b/wxPython/scripts/pywrap.bat index f08897bdf3..64be3fdbfc 100755 --- a/wxPython/scripts/pywrap.bat +++ b/wxPython/scripts/pywrap.bat @@ -1,3 +1 @@ -@echo off - -start C:\Tools\python23\pythonw.exe C:\PROJECTS\wx2.5\wxPython\scripts\pywrap %1 %2 %3 %4 %5 %6 %7 %8 %9 +C:\Tools\python23\python.exe C:\PROJECTS\wx2.5\wxPython\scripts\pywrap %1 %2 %3 %4 %5 %6 %7 %8 %9