BelledonneCommunications / linphone-windows10

Linphone.org mirror for linphone-windows10 (git://git.linphone.org/linphone-windows10.git)
GNU General Public License v2.0
15 stars 27 forks source link

Python script unicode error #16

Open 0gnj3n opened 3 years ago

0gnj3n commented 3 years ago

Greetings,

python prepare.py -C python prepare.py command doesn't work

File "prepare.py", line 396 """.format(target=target, project_guid=guid, project_dependencies=project_dependencies) SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 76-77: malformed \N character escape

Obviously problem is unicode, probably problem with windows path, somebody by any chance has any quick fix?

Thank you in advance.