this problem will come at non-english os,such as chinese win7,
because the buildinfo project get the builddate by cmd /c date /t ,that will produce a non ascii string
"UnicodeDecodeError: utf8 codec can't decode byte 0xd6 in position 11"
then python can not import the bpy model because of that error.
Description
Description
Event Timeline
Comment Actions
Hi. I looked into this.
The problem is theres no way to force the windows date command to be ascii / utf8. we could always provide our own date command but this seems overkill.
Ill mail CMake mailing list and see what they think.