[ttFont] xmlWriter import error with saveXML split tables = True requests · Issue #1188 · fonttools/fonttools · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to dump split OT tables with ttx, executed in Python 3 venv with PyPI release of fontTools:
$ ttx -s -d regular-ttx Hack-Regular.ttf
Dumping "Hack-Regular.ttf" to "regular-ttx/Hack-Regular.ttx"...
ERROR: Unhandled exception has occurred
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/fontTools/ttx.py", line 389, in main
process(jobs, options)
File "/usr/local/lib/python3.6/site-packages/fontTools/ttx.py", line 363, in process
action(input, output, options)
File "/usr/local/lib/python3.6/site-packages/fontTools/misc/loggingTools.py", line 372, in wrapper
return func(*args, **kwds)
File "/usr/local/lib/python3.6/site-packages/fontTools/ttx.py", line 260, in ttDump
newlinestr=options.newlinestr)
File "/usr/local/lib/python3.6/site-packages/fontTools/ttLib/ttFont.py", line 221, in saveXML
self._saveXML(writer, **kwargs)
File "/usr/local/lib/python3.6/site-packages/fontTools/ttLib/ttFont.py", line 264, in _saveXML
tableWriter = xmlWriter.XMLWriter(tablePath,
NameError: name 'xmlWriter' is not defined
PR for fix incoming...
The text was updated successfully, but these errors were encountered:
Attempt to dump split OT tables with ttx, executed in Python 3 venv with PyPI release of fontTools:
PR for fix incoming...
The text was updated successfully, but these errors were encountered: