On Oct 25, 2014, at 5:54 PM, Freek Dijkstra <[email protected]> wrote:
> The print statement is invalid in Python 3; it should be a print > function. but it is probably easier to simply use python -V, instead of > this small script. > > I would recommend to change the ac_python_version assignment to: > > ac_python_version=`$PYTHON -V 2>&1 | cut -d ' ' -f2` > > Did you already filed a bug report at https://trac.macports.org/newticket? There are already bugs open. https://trac.macports.org/ticket/32575 https://trac.macports.org/ticket/42051 vq _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
