开源改变世界!!

生成器-> 文本不适用于 python3 #1502

推推 grbl 2年前 (2023-02-02) 140次浏览
打开
kestassf 打开了这个问题 2020 年 12 月 25 日 · 0 条评论
打开

生成器-> 文本不适用于 python3#1502

kestassf 打开了这个问题 2020 年 12 月 25 日 · 0 条评论

注释

生成器-> 文本不适用于 python3 #1502

使用 Python 3.6 CAM->Generator->Text 失败并在状态行中显示以下消息(stdout 上没有错误):
“Text abort: That’s embarrassing, I can’t read this font file!”

希望以下信息有所帮助:

Python3

Python 3.6.11 (default, Dec 24 2020, 19:28:34) 
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ttf
>>> font = ttf.TruetypeInfo("/usr/share/fonts/dejavu/DejaVuSans.ttf")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/kestas/.local/lib64/python3.6/site-packages/bCNC/lib/ttf.py", line 151, in __init__
    _read_head_table(self._data, self._tables['head'].offset)
KeyError: 'head'
>>> 

蟒蛇2

Python 2.7.15 (default, Nov 13 2019, 20:30:33) 
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ttf
>>> font = ttf.TruetypeInfo("/usr/share/fonts/dejavu/DejaVuSans.ttf")
>>> 
生成器-> 文本不适用于 python3 #1502 哈维 补充说 漏洞 凸轮 标签 2020 年 12 月 28 日

免费注册 在 GitHub 上加入此对话。已有帐户? 登录评论
标签
项目

还没有

发展

没有分支机构或拉取请求

2名参加者
生成器-> 文本不适用于 python3 #1502生成器-> 文本不适用于 python3 #1502

喜欢 (0)