Tried with standalone scheduler(without TK widget), and this silently stops
scheduler process with no traceback ... completely nothing.
I cant create some simple demo as I load data from JSON service using
requests library, then when I print a complete data as JSON, it works, when
I iterate JSON data and print just one field without utf8 encoding,
it failes this way ...
I looked to data comming as JSON and those look OK, strings have 'u' at the
beggining so its interpreted correctly e.g. {u'city_t': u'Bohum\xedn 1200'}
. I'm sending the data to Apache SOLR server and UTF8 encoding is fine
there as well.
--