Markus Wanner <markus(at)bluegap(dot)ch> wrote:
> Second: at the very end of pg_dtester.py, you find the line:
> reporter = StreamReporter()
>
> Try a CursesReporter() instead, it gives much nicer output!
When I try to do that, Kate complains (I'm even copying their typo):
You are trying to save a python file as non ASCII, without
specifiying a correct source encoding line for encoding "utf-8"
It offers these options:
Insert: # -*- coding: utf-8 -*-
Save Nevertheless
Cancel
Should that coding line be in there?
-Kevin