SyntaxError: invalid string (possibly contains a unicode character)

The u prefix works for me:

self.label_1.text=u'ěščřžýáí'
2 Likes