BlackFoundry / QuadraticConverter

RoboFont Extension
BSD 3-Clause "New" or "Revised" License
28 stars 3 forks source link

TypeError("'<' not supported between instances of 'Point' and 'Point'") #6

Closed luke-snider closed 3 years ago

luke-snider commented 3 years ago

I am getting this: not sure how to solve it?

Unexpected error in QuadraticConverter: (<class 'TypeError'>, TypeError("'<' not supported between instances of 'Point' and 'Point'"), <traceback object at 0x136f8caf0>)

horasio commented 3 years ago

Could you give some information about your computer setup? Robofont version, QuadraticConverter version, and more error log if you have more. Thank you! (It's been years since I last touched QC code, I can't guarantee I'm able to fix this.)

horasio commented 3 years ago

Looking at the type error, it might be a class naming clash? Perhaps the ' QC.Point ' class is mistaken for another 'Point' class ?

luke-snider commented 3 years ago

Thanks so much! I am using Version 3.4b (build 2004251446) and the most recent QC. (old Mac OS: 10.12.6) I removed some glyphs from the font and it worked. it seem to be a problem with certain glyphs (points?). You want a test font?

horasio commented 3 years ago

yes please, a minimal font. We'll try to test it.

luke-snider commented 3 years ago

not sure if uploading here works - just trying: typeerror.ufo.zip

luke-snider commented 3 years ago

Hi Samuel, did you figure out what the problem is in the meantime? Could you reproduce it? many thanks in advance!

BlackFoundry commented 3 years ago

6a00cfca85f1da0004bc6e26962ada524e8c3ade @luke-snider see if this fix works

luke-snider commented 3 years ago

Many thanks! Works now! Great!