iplayfast / CycloidGearBox

Cycloidal gear box code for FreeCad
GNU Lesser General Public License v2.1
20 stars 4 forks source link

Workbench fails to load on Windows #5

Closed dkulinski closed 1 year ago

dkulinski commented 2 years ago

The workbench fails to load on Windows this this error in the console:

During initialization the error "cannot import name 'YESEXPR' from 'locale' (C:\Program Files\FreeCAD 0.20\bin\lib\locale.py)" occurred in C:\Users\danie\AppData\Roaming\FreeCAD\Mod\CycloidGearBox\InitGui.py

FreeCAD Weekly build FreeCAD_0.20.27422_Win-LPv12.5.4_vc19-x86-64.exe

A quick google shows this to be a platform specific issue in Python.

Loki44 commented 2 years ago

I guess this is why it's not loading for me.

iplayfast commented 1 year ago

I think you might want to give this issue to the freecad project https://github.com/FreeCAD/FreeCAD. I'm just and addon to it.