the export of the start page works with FreeCAD_0.18.15396_x64_dev_win
with FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64 I get
Code: Select all
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "C:\Users\saso\Desktop\FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64\Mod\Start\StartPage\StartPage.py", line 491, in exportTestFile
f.write(handle())
File "C:\Users\saso\Desktop\FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64\bin\lib\encodings\cp1250.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 11193-11195: character maps to <undefined>
Update: ok I got the export working

and I see no difference in the generated html code (I did a diff compare on the two files)
