diff --git a/wxPython/b b/wxPython/b index b66448d124..ef84aa64bd 100755 --- a/wxPython/b +++ b/wxPython/b @@ -11,6 +11,8 @@ function getpyver { PYVER=2.2 elif [ "$1" = "23" ]; then PYVER=2.3 + elif [ "$1" = "24" ]; then + PYVER=2.4 else echo You must specify Python version as first parameter. exit