【发布时间】:2019-06-13 15:34:21
【问题描述】:
我有从 SolidWorks 导出的 a dxf file。我想用 Inkscape 打开它们,修改它们并发送激光切割。但是,当我打开它们时,我收到了这个错误:
Inkscape has received additional data from the
script executed. The script did not return an error,
but this may indicate the result will not be as expected
然后
Traceback (most recent call last):
File "dxf_input.py", line 443, in <module>
w = 90.0/25.4*vals[groups['370']][0]/00.0
ZeroDivisionError: float division by zero
我在 LibreCAD 等其他软件中打开了该文件,它运行良好。更奇怪的是,文件在 macOS 和其他 Windows 机器上打开得很好。我尝试多次卸载并重新安装该软件,但它也没有帮助。
我的环境是:
- 通过 Chocolatey 安装的 Inkscape Inkscape 0.92.4(5da689c313,2019-01-14)
- Windows 10 版本 1809
如果您能帮助我了解问题所在以及如何解决,我将不胜感激。
【问题讨论】: