Quads icon indicating copy to clipboard operation
Quads copied to clipboard

Updated for Python 3

Open robertlayton opened this issue 5 years ago • 2 comments

Small updates so this runs in Python 3. Mainly updating print statements (including an import to retain backwards compatibility) and fixing float conversions to ints for the box drawing. Only lightly tested!

robertlayton avatar Jun 23 '20 21:06 robertlayton

hi! when i run this file, it shows ''TypeError: '<' not supported between instances of 'Quad' and 'Quad''

huzhengg avatar Jul 13 '20 23:07 huzhengg

First of all thanks for very nice job and the updated python3 patch! Web version is amazing but I also face same issue when trying to run python3 version : ''TypeError: '<' not supported between instances of 'Quad' and 'Quad''... Any clue on how to solve it?

sssttdd avatar Jul 05 '21 09:07 sssttdd