FreeCAD0.20.2打不开DWG文件怎么弄,ODA正常启动
freecad吧
全部回复
仅看楼主
level 2
ysoldirr 楼主
11:18:34 Traceback (most recent call last):
File "<string>", line 1, in <module>
File "D:\CAD\FreeCAD\Mod\Draft\importDWG.py", line 78, in open
doc = importDXF.open(dxf)
File "D:\CAD\FreeCAD\Mod\Draft\importDXF.py", line 2781, in open
processdxf(doc, filename)
File "D:\CAD\FreeCAD\Mod\Draft\importDXF.py", line 2191, in processdxf
drawing = dxfReader.readDXF(filename)
File "C:\Users\59803\AppData\Roaming\FreeCAD\Macro\dxfReader.py", line 360, in readDXF
infile = open(filename, encoding='utf-8')
<class 'FileNotFoundError'>: [Errno 2] No such file or directory: 'C:\\Users\\59803\\AppData\\Local\\Temp\\tmp8hmtelh9\\03自控仪表系统20230710.dxf'
2023年07月11日 03点07分 1
level 5
错误原因是没找到文件
2023年07月12日 05点07分 2
请问在Linux环境中使用的哪个版本呢?
2024年02月02日 02点02分
level 2
老哥,请问你解决这个问题了吗,我也遇到和你类似的问题
2024年05月11日 06点05分 4
level 1
dwg格式的文件是不是中文名?是就会打不开,我也不知道为什么,好像是Free CAD识别的中文字符必须是unicode编码,UTF-8编码都不行,改英文字符,比如拼音就能打开。
2024年11月11日 02点11分 5
level 2
ysoldirr 楼主
当年没解决,现在不清楚了
2025年07月27日 03点07分 6
1