Type: Python module or package
File:lino:src/lino/scripts/diag.py
Refering articles:
- UnicodeEncodeError (Problem reports 13.08.06) — diag.py continues to produce UnicodeEncodeError on the DOS box of Mare's PC which has the codepage 1257. more
- Invoking diag.py from PythonWin (10.08.06) — a script from a PythonWin shell, sys.stdout has neither an 'isatty' method nor an 'encoding' attribute. Changed console.py to consider this case. Now you can run for example diag.py from within PythonWin.
- New script sysinfo.py (code changes 25.05.06) — I moved the printer information part from diag to a new script sysinfo which creates html output. diag's purpose is to show relevant settings of the terminal in an interactive way. sysinfo is rather for indirect evaluation: my customers run this tool and then send me the report. more