Skip to content
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

Misc. Macro issues #31

Closed
5 tasks done
luzpaz opened this issue Jan 25, 2019 · 1 comment
Closed
5 tasks done

Misc. Macro issues #31

luzpaz opened this issue Jan 25, 2019 · 1 comment

Comments

@luzpaz
Copy link
Contributor

luzpaz commented Jan 25, 2019

  • CartoucheFC.FCMacro
<unknown exception traceback><class 'SyntaxError'>: ("(unicode error) 'utf-8' codec can't decode byte 0xe9 in position 0: unexpected end of data", ('E:/Data/FreeCAD/Macro/CartoucheFC.FCMacro', 853, 33, None))
  • ObjectCreation/ScrewMaker.FCMacro
Error on Py3Qt5 (85% funtionality in Py2Qt4):

<unknown exception traceback><class 'SyntaxError'>: ("(unicode error) 'utf-8' codec can't decode byte 0xb0 in position 87: invalid start byte", ('E:/Data/FreeCAD/Macro/screw_maker1_2.FCMacro', 4846, -1, '    """\n'))
  • ObjectCreation/MakeCircle3Points.FCMacro
Error:
<unknown exception traceback><class 'SyntaxError'>: ("(unicode error) 'utf-8' codec can't decode byte 0xe0 in position 29: invalid continuation byte", ('E:/Data/FreeCAD/Macro/Make_Circle_3_Points.FCMacro', 164, 60, None))
  • ObjectCreation/Ellipse-Center+2Points.FCMacro
Error in Py3Qt5, last worked correctly in 0.17 Release

<unknown exception traceback><class 'SyntaxError'>: ('invalid syntax', ('E:/Data/FreeCAD/Macro/Ellipse-Center+2Points.FCMacro', 15, 24, '\tprint "Wrong selection"\n'))
  • ObjectCreation/Airfoil_Import_and_Scale.FCMacro
Error on Py3Qt5 (still works on Py2Qt4):

<unknown exception traceback><class 'SyntaxError'>: ('invalid syntax', ('E:/Data/FreeCAD/Macro/Airfoil_Import_&_Scale.FCMacro', 40, 29, '            except Exception, e:\n'))

Related to #8
Found by syres on the forum

@luzpaz luzpaz changed the title CartoucheFC.FCMacro unicode error Misc. Macro issues Jan 25, 2019
@galou
Copy link
Collaborator

galou commented Feb 4, 2022

Could not reproduce the error in ScrewMaker.FCMacro.

@galou galou closed this as completed Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants