X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/35bf863b1c31c0f1679b214c1b9a742eba918c5e..e6056257ab676ea10a51ef96e19b1f1092f95b40:/wxPython/b diff --git a/wxPython/b b/wxPython/b index edc916a058..edc7f64145 100755 --- a/wxPython/b +++ b/wxPython/b @@ -7,6 +7,8 @@ function getpyver { PYVER=2.0 elif [ "$1" = "21" ]; then PYVER=2.1 + elif [ "$1" = "22" ]; then + PYVER=2.2 else echo You must specify Python version as first parameter. exit @@ -18,7 +20,7 @@ shift python$PYVER -c "import sys;print '\n', sys.version, '\n'" -WXPYVER=`python$PYVER -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=""