"Christian Gollwitzer" <[email protected]> a écrit dans le message de news:[email protected]...
Am 12.10.16 um 13:18 schrieb ast:

Because the Test() call does never terminate. You have the mainloop inside of your constructor. As long as this loop runs, your program exists. Try it by putting

test=Test()
print("Now I am here")

and you'll see.

Christian

Ah yes, mainloop() is an endless loop.
Thanks
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to