Closed avicomartin closed 4 years ago
Please retest on 0.19_pre, all BIM development is happening in 0.19_pre.
I tried to test 0.19_pre with this results:
In ubuntu xenial (ppa daily) gets the same error:
Running the Python command 'BIM_IfcQuantities' failed: Traceback (most recent call last): File "/home/antonio/.FreeCAD/Mod/BIM/BimIfcQuantities.py", line 97, in Activated self.update() File "/home/antonio/.FreeCAD/Mod/BIM/BimIfcQuantities.py", line 114, in update self.qmodel.setHorizontalHeaderLabels(translate("BIM",["Label"]) + trqprops) File "/usr/share/freecad-daily/Mod/Draft/draftutils/translate.py", line 115, in translate return Qtranslate(context, text, None)
'PySide.QtCore.QCoreApplication.translate' called with wrong argument types: PySide.QtCore.QCoreApplication.translate(str, list, NoneType) Supported signatures: PySide.QtCore.QCoreApplication.translate(unicode, unicode, unicode = None, PySide.QtCore.QCoreApplication.Encoding = CodecForTr) PySide.QtCore.QCoreApplication.translate(unicode, unicode, unicode, PySide.QtCore.QCoreApplication.Encoding, int)
In windows 7 and windows 10, using FreeCAD_0.19.20310-Win-Conda_vc14.x-x86_64.7z downloaded from freecad site I get a dll load error:
Fixed!
Yorik thanks for fixing
@avicomartin Thanks for reporting. FYI, in the future do you mind putting code within the Mardown triple backtick codeblock for more convenient reading? Thanks
This is multiline code
within 2 triple backticks
This is a single line of code within 2 separate backticks
Hi all, I am testing BIM module in Freecad and ger errors when use "Manage IFC quantities" option. I tested it in two models. One I made and in a simple new model with only one wall element (Using Freecad 0.18.4 in windows 10 64-bit)
Report view shows:
Running the Python command 'BIM_IfcQuantities' failed: Traceback (most recent call last): File "C:\Users\usuario\AppData\Roaming\FreeCAD\Mod\BIM\BimIfcQuantities.py", line 97, in Activated self.update() File "C:\Users\usuario\AppData\Roaming\FreeCAD\Mod\BIM\BimIfcQuantities.py", line 114, in update self.qmodel.setHorizontalHeaderLabels(translate("BIM",["Label"]) + trqprops) File "C:\Program Files\FreeCAD 0.18\Mod\Draft\DraftGui.py", line 65, in translate return QtGui.QApplication.translate(context, text, None)
'PySide2.QtCore.QCoreApplication.translate' called with wrong argument types: PySide2.QtCore.QCoreApplication.translate(str, list, NoneType) Supported signatures: PySide2.QtCore.QCoreApplication.translate(unicode, unicode, unicode = NULL, int = -1)