Hi! I'm trying meld-3.11.0. It doesn't say anything about supported python versions. When I try running setup.py build with python-3.x, it stumbles over a print statement. Traceback (most recent call last): File "setup.py", line 6, in <module> import meld.build_helpers File "path/to/meld-3.11.0/meld/build_helpers.py", line 138 print "Skipping missing file", page_path The attached patch fixes this. If you want to be on the safe side, you can add a "from __future__ import print_function" to build_helpers.py. Does meld-3.11.0 officially support python-3.x? Thomas
Attachment:
patch-meld_build__helpers.py
Description: Text document