Project utility and special character

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!
Post Reply
psolyca
Posts: 13
Joined: Wed Jan 04, 2017 8:12 pm
Location: Tours - France

Project utility and special character

Post by psolyca »

I tried to use the project utility to solve a problem (which was not relevant) on a file but I could not extract the archive if the path has an accented character.

The error message in report view is :
Unhandled Base::Exception caught in GUIApplication::notify.
The error message is: [Errno 2] No such file or directory: 'D:/Users/myname/Google Drive/Harley/Mod\xc3\xa9lisation/Guidon base.FCStd'
In python console :
extractDocument("D:/Users/myname/Google Drive/Harley/Modélisation/Guidon base.FCStd", "D:/Users/myname/Google Drive/Harley/Modélisation/decomp")
No more error if a remove the accent.

Version :
OS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.9507 (Git)
Build type: Release
Branch: master
Hash: 608f7371700b2dff74279ca53239d27f61fdb699
Python version: 2.7.8
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.0.0
Post Reply