Ticket #56 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Better handling of stdout/stderr

Reported by: jteh Owned by: jteh
Priority: minor Milestone: 2009.1
Component: Core Version: development
Keywords: Cc:
Operating system: Blocked by:
Blocking:

Description

At present, output to stdout/stderr pops up a wxPython dilog containing the text. This is rather annoying and ugly. Output to stdout/stderr should be written to the NVDA log file using the normal NVDA logging mechanism.

  • A class needs to be written which supports the normal file stream methods. Instead of writing to a file, these methods will cause the output to be logged.
  • We need to figure out how to stop wxPython from overriding this with its own stdout/stderr handler.

Change History

Changed 2 years ago by jteh

  • status changed from new to accepted
  • owner set to jteh

Changed 2 years ago by jteh

  • status changed from accepted to closed
  • resolution set to fixed

Implemented in r1893.

Note: See TracTickets for help on using tickets.