Ticket #5677: python_fix.patch

File python_fix.patch, 435 bytes (added by Eric Barr <eric.barr@…>, 11 years ago)
  • bootstrap.sh

     
    277277
    278278    if test "x$PYTHON_ROOT" = x; then
    279279        echo -n "Detecting Python root... "
    280         PYTHON_ROOT=`$PYTHON -c "import sys; print sys.prefix"`
     280        PYTHON_ROOT=`$PYTHON -c "import sys; print (sys.prefix)"`
    281281        echo $PYTHON_ROOT
    282282    fi   
    283283fi