'ascii' codec can't encode character u'\xe9'

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
mario52
Veteran
Posts: 4698
Joined: Wed May 16, 2012 2:13 pm

'ascii' codec can't encode character u'\xe9'

Post by mario52 »

hi
i try the path with

OS: Windows 8 (upgrade 10)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.6647 (Git)
Build type: Release
Branch: master
Hash: 9299a73cf1482db4120b94543b33c2f9ec758319
Python version: 2.7.8
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17

English no problem

but French language give this error

Path workbench activated
Running the Python command 'Path_Project' failed:
Traceback (most recent call last):
File "C:\Users\Mario\Downloads\FreeCAD16\Mod\Path\PathScripts\PathProject.py", line 135, in Activated
FreeCAD.ActiveDocument.openTransaction(translate("Path_Project","Create Project"))

'ascii' codec can't encode character u'\xe9' in position 2: ordinal not in range(128)


mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
Post Reply