"Christian Gollwitzer" <aurio...@gmx.de> a écrit dans le message de news:ntl6in$on5$1...@dont-email.me...
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 puttingtest=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