Re: logging.Handler not working with QThreads

2009-02-27 Thread Vinay Sajip
On Feb 25, 11:57 pm, Lukas Hetzenecker wrote: > Hello, > > I created a QTextEdit where I wanted to display log messages. > A logging.Handler should do this job. > > It worked with one thread well, but when I start a QThread the text on all > widgets is removed and I get many errors in my konsole:

Re: logging.Handler not working with QThreads

2009-02-27 Thread Vinay Sajip
On Feb 25, 11:57 pm, Lukas Hetzenecker wrote: > Hello, > > I created a QTextEdit where I wanted to display log messages. > A logging.Handler should do this job. > > It worked with one thread well, but when I start a QThread the text on all > widgets is removed and I get many errors in my konsole: