SOLVED : FreeCAD 0.20 - Dialog for mesh options missing

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
keithsloan52
Veteran
Posts: 2753
Joined: Mon Feb 27, 2012 5:31 pm

Re: FreeCAD 0.20 - One step forward - Two Back :-(

Post by keithsloan52 »

Syres wrote: Fri Aug 12, 2022 12:39 pm
keithsloan52 wrote: Fri Aug 12, 2022 11:58 am

Code: Select all

12:56:27  Traceback (most recent call last):
12:56:27    File "/Applications/FreeCAD_0.20.app/Contents/Resources/Mod/AddonManager/addonmanager_workers.py", line 977, in run
12:56:27      os.makedirs(moddir)
12:56:27    File "/Applications/FreeCAD_0.20.app/Contents/Resources/lib/python3.9/os.py", line 225, in makedirs
12:56:27      mkdir(name, mode)
12:56:27  FileExistsError: [Errno 17] File exists: '/Users/keithsloan/Library/Application Support/FreeCAD//Mod'
You can try editing your src/Mod/AddonManager/addonmanager_workers.py to reflect: https://github.com/FreeCAD/FreeCAD/pull/7356
But this is a problem for anybody updating the workbench, not just me.
Syres
Veteran
Posts: 2891
Joined: Thu Aug 09, 2018 11:14 am

Re: FreeCAD 0.20 - One step forward - Two Back :-(

Post by Syres »

keithsloan52 wrote: Fri Aug 12, 2022 1:48 pm But this is a problem for anybody updating the workbench, not just me.
That's why I raised a PR to get it fixed for 0.20.2, I don't know what else you expect me to do.
keithsloan52
Veteran
Posts: 2753
Joined: Mon Feb 27, 2012 5:31 pm

Re: SOLVED : FreeCAD 0.20 - Dialog for mesh options missing

Post by keithsloan52 »

Complete uninstall as per https://forum.freecadweb.org/viewtopic.php?f=4&t=71134 and reinstall seems to have resolved the problem.
User avatar
adrianinsaval
Veteran
Posts: 5534
Joined: Thu Apr 05, 2018 5:15 pm

Re: FreeCAD 0.20 - One step forward - Two Back :-(

Post by adrianinsaval »

Syres wrote: Fri Aug 12, 2022 12:39 pm You can try editing your src/Mod/AddonManager/addonmanager_workers.py to reflect: https://github.com/FreeCAD/FreeCAD/pull/7356
Is this really the cause? AFAIK double separators don't raise errors
Syres
Veteran
Posts: 2891
Joined: Thu Aug 09, 2018 11:14 am

Re: FreeCAD 0.20 - One step forward - Two Back :-(

Post by Syres »

adrianinsaval wrote: Thu Aug 25, 2022 2:46 pm Is this really the cause? AFAIK double separators don't raise errors
I know but I can only go off what @keithsloan52 stated, I tried it on Windows and Linux and could not get it to fail but apparently on Mac it did hence the PR.
Post Reply