git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9807 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 
 rem  Use non-default python?
 iff "%1" == "15" .or. "%1" == "20" .or. "%1" == "21" then
-       set SETUP=c:\tools\python%1%\python.exe -u setup.py
+       set PYTHON=c:\tools\python%1%\python.exe
        shift
 else
-       set SETUP=python -u setup.py
+       set PYTHON=python
 endiff
+set SETUP=%PYTHON% -u setup.py
 
 
+%PYTHON% -c "import sys;print '\n', sys.version, '\n'"
+
 
 rem "c" --> clean
 iff "%1" == "c" then