I have updated to newest version from git.
After the update i have seen that ui/Calendar.py and
ui/HyperlinkImage.py do not compile anymore on my system:
pyparser.parse.ParseError: bad token: type=55, value='\xef',
context=('', (1, 0))
The strange thing (at least for me ;-) is, that this two file do start
with the byte sequence EF BB BF. If i remove this 3 Bytes i can
compile with success.
In the "ui directory" only Calendar.py and HyperlinkImage.p do start
with "EF BB BF" (unicode character?)....
Confused, René