Wojciech Bajer

Results 1 comments of Wojciech Bajer

Just change sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach()) to sys.stdout = codecs.getwriter("utf-8")(sys.stdout) and you should be good to go :)