htmldiff icon indicating copy to clipboard operation
htmldiff copied to clipboard

Python 2-only but not documented as such

Open rpavlik opened this issue 7 years ago • 2 comments

Tried installing it with pip3 which "worked" but gave an HTMLParser error. Presumably, it could be worked around similarly to this: https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/py3patch.py#L16

(Additionally, even with python 2, on debian stretch, it appeared to hang or at least take an exceedingly long time comparing two 1.4MB files... strangely it doesn't appear to be using much in the way of CPU.)

rpavlik avatar Jan 28 '19 18:01 rpavlik

@rpavlik I've had a little bash at making some minor improvements from the issue list and porting this to Python 3 in my fork. My Python skills are modest but it appears to work...

danyill avatar Apr 07 '19 09:04 danyill

This seems to have been fixed in 590c554f01018ef78e892a8962130cb7a425f8d5. can we close this issue please? Random people coming to the repo might be confused otherwise (I am the random user 🙃)

NDagestad avatar Jun 19 '23 12:06 NDagestad