googlefonts / fontreport

Tool to create PDF files containing glyph images and information about a font.
Apache License 2.0
62 stars 18 forks source link

TypeError in line 609 of fontreport.py #5

Closed mekkablue closed 8 years ago

mekkablue commented 8 years ago

Trying it on a TTF, I got this Traceback:

Traceback (most recent call last):
  File "/usr/local/bin/fontreport", line 9, in <module>
    load_entry_point('fontreport==1.0', 'console_scripts', 'fontreport')()
  File "build/bdist.macosx-10.10-x86_64/egg/fontreport/fontreport.py", line 609, in main
TypeError: must be unicode, not str
anthrotype commented 8 years ago

are you using python 3?