On Fri, 15 Oct 2004 08:49:31 +0200, Antoon Pardon
<[EMAIL PROTECTED]> wrote:

> Well one thing you are doing wrong is calling
> your thread by the run method. If you want to
> launch a new thread you should use the start
> method.

Interesting. Now it works. The app starts and I can work with it and
after some seconds the list is filled up with the data. I've got the
following output:

# ./ldb.py
leave
run
end

That is exactly what I want. I also can see two running python
processes now. Now I'm completely confused.

Matthias
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to