import FreeCADGui DLL loading error (SOLVED)

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Gucci Mane
Posts: 1
Joined: Fri Apr 27, 2018 12:30 pm

import FreeCADGui DLL loading error (SOLVED)

Post by Gucci Mane »

Hi all,
i was facing problem, when i tried to run FreeCAD from python console. Although importing FreeCAD was allright (import FreeCAD), importing FreeCADGui (import FreeCADGui) always failed with this error message: ImportError: DLL load failed: The specified procedure could not be found.
I got really stuck on this error, and wasn't able to google answer, but finally there was a simple solution. I somehow installed old version of python 2.7 (version 2.71) even though i thought i installed the latest version. After installing latest version, importing of FreeCADGui works fine.
Hope this could help somebody who will face same problem.
Cheers,
Gucci
Post Reply