Adding Python module (included dll/pyd) in compiled FreeCAD_0.17

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
chenjian
Posts: 1
Joined: Sun Apr 28, 2019 7:53 am

Adding Python module (included dll/pyd) in compiled FreeCAD_0.17

Post by chenjian »

I'm trying to install h5py to Python in compiled FreeCAD 0.17, which is built from source code. But when I import h5py, it always tells me an error in importing _errors. I know it maybe the problem on pyd files, but dose anyone can tell me how to import python module which included pyd files in compiled FreeCAD 0.17 ?
Post Reply