Patch configure.ac for Python 3
Status: Alpha
Brought to you by:
patmiller
"print" statements don't work in PY3 so all feature tests fail that call $PYTHON. Changed the version conditionals to use modern "version_info" form. The loop for finding the python version should be testing for a valid python version, because the "valid" python version (>= 2.2) might be in a later directory.
Thanks!. I'll update this.
Pat
On Monday, June 1, 2015, Rob Nagler robnagler@users.sf.net wrote:
Related
Bugs: #36