googlefonts / pyfontaine

Python tool to check font files for language/character set support
https://github.com/googlefonts/pyfontaine
GNU General Public License v3.0
104 stars 20 forks source link

Character analysis broken #52

Closed davelab6 closed 9 years ago

davelab6 commented 10 years ago
$ pyfontaine "ó"
WARNING: Please install PyICU <https://pypi.python.org/pypi/PyICU> to enable CLDR related features, perhaps with: pip install pyicu
WARNING:root:Updating /Users/dcrossland/.local/share/pyfontaine/AdobeSourceSansDevanagariGlyphOrderAndAliasDB.txt
Traceback (most recent call last):
  File "/usr/local/bin/pyfontaine", line 4, in <module>
    __import__('pkg_resources').run_script('fontaine==1.2.2', 'pyfontaine')
  File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 534, in run_script
  File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 1438, in run_script
  File "/usr/local/lib/python2.7/site-packages/fontaine-1.2.2-py2.7.egg/EGG-INFO/scripts/pyfontaine", line 300, in <module>
    main()
  File "/usr/local/lib/python2.7/site-packages/fontaine-1.2.2-py2.7.egg/EGG-INFO/scripts/pyfontaine", line 234, in main
    charset_glyphs = charmap.glyphs
AttributeError: 'Charmap' object has no attribute 'glyphs'
$