I have created a directory, IfcImport under ~/Mod and copied the three files in, renaming _IfcImport.pyd to _ifc_wrapper.pyd. I now...

I have created a directory, IfcImport under ~/Mod and copied the three files in, renaming _IfcImport.pyd to _ifc_wrapper.pyd. I now get as far as :-

import ifcopenshell Traceback (most recent call last): File "", line 1, in File "C:DATADevelopmentFreeCAD 0.14ModIfcImportifcopenshell.py", line 3, in import ifc_wrapper File "C:DATADevelopmentFreeCAD 0.14ModIfcImportifc_wrapper.py", line 28, in _ifc_wrapper = swig_import_helper() File "C:DATADevelopmentFreeCAD 0.14ModIfcImportifc_wrapper.py", line 24, in swig_import_helper _mod = imp.load_module('_ifc_wrapper', fp, pathname, description) ImportError: DLL load failed: The specified procedure could not be found.

...have you any idea what the procedure is? This is everything built/installed 32bit but running on 64bit windows...

The 32bit version of FreeCAD loads under 64bit but the work frame is black and does not show the model. Would you expect it to work in 32bit mode? This is not an issue, just an observation ;-)

Cheers