oh well. after all that, I still have this problem; can't import DWG or DXF
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/usr/lib/freecad/Mod/Draft/importDWG.py", line 55, in <module>
from DraftTools import translate
File "/usr/lib/freecad/Mod/Draft/DraftTools.py", line 44, in <module>
from DraftGui import todo, translate, utf8_decode
File "/usr/lib/freecad/Mod/Draft/DraftGui.py", line 279, in <module>
class DraftBaseWidget(QtGui.QWidget):
TypeError: 'Shiboken.ObjectType' object is not iterable[/code]
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.