From: Robin Dunn Date: Wed, 3 Oct 2001 06:13:26 +0000 (+0000) Subject: Fixed a potential python version problem X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/085f07e2c83dd48149d88951138bc9affe4ab805 Fixed a potential python version problem git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/b b/wxPython/b index 530ce7aaed..cd240e9772 100755 --- a/wxPython/b +++ b/wxPython/b @@ -18,7 +18,7 @@ shift python$PYVER -c "import sys;print '\n', sys.version, '\n'" -WXPYVER=`python -c "import setup;print setup.VERSION"` +WXPYVER=`python$PYVER -c "import setup;print setup.VERSION"` SETUP="python$PYVER -u setup.py" FLAGS="USE_SWIG=1 IN_CVS_TREE=1" OTHERFLAGS=""