-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py3-problem (AttributeError, type object 'AsmCmdAddWorkplane' has no attribute 'getName') #14
Comments
I am using a lot of metaclass functionality in python. Python3 has different syntax of setting metaclass. I used to use |
The commit that I reverted the future and past module is 15babab |
I guess there is only one solution to this problem: edit.: Ah I assumed |
I guess this is solved with including six. |
FreeCAD doesn't start with this workbench installed using the link-stage branch. This problem is maybe related to py3. I haven't got solvespace and pysolvespace installed, so this could be also a problem. Looking at the code it seems like the alternative solver is imported if solvespace is not available.
The text was updated successfully, but these errors were encountered: