[fixed] Compile errors on Win10: No module named 'PartDesignGui'

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Compile errors on Win10: No module named 'PartDesignGui'

Post by wmayer »

uwestoehr wrote: Wed Jan 05, 2022 3:46 pm Good catch, thanks! These Unicode characters are unnecessary, especially since they are used in error messages. I will have too work on the PD hole later today anyway and I will remove them.
By accident I have committed my suggestions above. Feel free to undo it and replace the quote with the ASCII character.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Compile errors on Win10: No module named 'PartDesignGui'

Post by uwestoehr »

wmayer wrote: Wed Jan 05, 2022 4:53 pm By accident I have committed my suggestions above. Feel free to undo it and replace the quote with the ASCII character.
Done: https://github.com/FreeCAD/FreeCAD/commit/76c611ae2

@Hayatail, please pull from Git master and then try to compile. All issues you reported here: https://forum.freecadweb.org/viewtopic. ... 77#p559077
should now be fixes.
Hayatail
Posts: 6
Joined: Wed Jan 05, 2022 12:56 am

Re: Compile errors on Win10: No module named 'PartDesignGui'

Post by Hayatail »

No way! It works with no errors, @uwestoehr.

I have succeeded to build a 3D model in compiled software.

Code: Select all

========== Build: 115 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Thank you so much!
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Compile errors on Win10: No module named 'PartDesignGui'

Post by uwestoehr »

Hayatail wrote: Thu Jan 06, 2022 3:39 am No way! It works with no errors, @uwestoehr.
Good to hear. :) Thanks to @wmayer, finding the difference between two equal looking characters is not easy.

I backported the fix also to our current stable branch "FreeCAD-0-19" so you can now also compile a version of the latest FreeCAD 0.19dev by switching in Git from the master branch to releases/FreeCAD-0-19.
Hayatail
Posts: 6
Joined: Wed Jan 05, 2022 12:56 am

Re: [fixed] Compile errors on Win10: No module named 'PartDesignGui'

Post by Hayatail »

:D :D :D
Post Reply