From Vasilis.Vlachoudis at cern.ch Sat Nov 19 12:22:12 2022 From: Vasilis.Vlachoudis at cern.ch (Vasilis Vlachoudis) Date: Sat, 19 Nov 2022 17:22:12 +0000 Subject: [Tkinter-discuss] Slow tk applications... Message-ID: <0BC70B5D93E054469872FFD0FE07220E0338746A41@CERNXCHG53.cern.ch> Hi all, in the past months I've noticed a considerable slow-down on drawing of the TK applications on the latest Ubuntu. The slow-down is very noticeable during the initial phase of creating the windows and when the application exits. It takes a couple of seconds to create one by one all widgets on the screen, as well when I call close on the main window, the widgets disapear one by one very slowly (several seconds). Like working over a remote connection. However once the widgets are created the application is very responsive. Did anyone experience something similar? Is it the python version or tk version? Graphics library Any ideas on how to debug it? cheers Vasilis -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul at tartan.co.za Sun Nov 20 02:04:25 2022 From: paul at tartan.co.za (Paul Malherbe) Date: Sun, 20 Nov 2022 09:04:25 +0200 Subject: [Tkinter-discuss] Slow tk applications... In-Reply-To: <0BC70B5D93E054469872FFD0FE07220E0338746A41@CERNXCHG53.cern.ch> References: <0BC70B5D93E054469872FFD0FE07220E0338746A41@CERNXCHG53.cern.ch> Message-ID: Hi Maybe this will help. https://github.com/ibus/ibus/issues/2324 I experienced a similar problem and stopping ibus seemed to help. *Regards* *Paul Malherbe* Tartan Systems On 19/11/2022 19:22, Vasilis Vlachoudis wrote: > Hi all, > > in the past months I've noticed a considerable slow-down on drawing of > the TK applications on the latest Ubuntu. > The slow-down is very noticeable during the initial?phase of creating > the windows and when the application?exits. It takes a couple of seconds > to create one by one all widgets on the screen, as well when I call > close on the main window, the widgets disapear one by one very slowly > (several seconds). Like working over a remote connection. > However once the widgets are created the application is very responsive. > > Did anyone experience something similar? > Is it the python version or tk version? Graphics library > Any ideas on how to debug it? > > cheers > Vasilis > > _______________________________________________ > Tkinter-discuss mailing list > Tkinter-discuss at python.org > https://mail.python.org/mailman/listinfo/tkinter-discuss From Vasilis.Vlachoudis at cern.ch Sun Nov 20 03:44:04 2022 From: Vasilis.Vlachoudis at cern.ch (Vasilis Vlachoudis) Date: Sun, 20 Nov 2022 08:44:04 +0000 Subject: [Tkinter-discuss] Slow tk applications... In-Reply-To: References: <0BC70B5D93E054469872FFD0FE07220E0338746A41@CERNXCHG53.cern.ch>, Message-ID: <0BC70B5D93E054469872FFD0FE07220E0338747B6F@CERNXCHG53.cern.ch> Many thanks! indeed ibus was the "culprit" stopping it everything went back to normal Vasilis ___________________________________ From: Tkinter-discuss [tkinter-discuss-bounces+vasilis.vlachoudis=cern.ch at python.org] on behalf of Paul Malherbe [paul at tartan.co.za] Sent: Sunday, November 20, 2022 08:04 To: tkinter-discuss at python.org Subject: Re: [Tkinter-discuss] Slow tk applications... Hi Maybe this will help. https://github.com/ibus/ibus/issues/2324 I experienced a similar problem and stopping ibus seemed to help. *Regards* *Paul Malherbe* Tartan Systems On 19/11/2022 19:22, Vasilis Vlachoudis wrote: > Hi all, > > in the past months I've noticed a considerable slow-down on drawing of > the TK applications on the latest Ubuntu. > The slow-down is very noticeable during the initial phase of creating > the windows and when the application exits. It takes a couple of seconds > to create one by one all widgets on the screen, as well when I call > close on the main window, the widgets disapear one by one very slowly > (several seconds). Like working over a remote connection. > However once the widgets are created the application is very responsive. > > Did anyone experience something similar? > Is it the python version or tk version? Graphics library > Any ideas on how to debug it? > > cheers > Vasilis > > _______________________________________________ > Tkinter-discuss mailing list > Tkinter-discuss at python.org > https://mail.python.org/mailman/listinfo/tkinter-discuss _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss at python.org https://mail.python.org/mailman/listinfo/tkinter-discuss From Vasilis.Vlachoudis at cern.ch Sun Nov 20 05:25:35 2022 From: Vasilis.Vlachoudis at cern.ch (Vasilis Vlachoudis) Date: Sun, 20 Nov 2022 10:25:35 +0000 Subject: [Tkinter-discuss] Slow tk applications... In-Reply-To: <0BC70B5D93E054469872FFD0FE07220E0338747B6F@CERNXCHG53.cern.ch> References: <0BC70B5D93E054469872FFD0FE07220E0338746A41@CERNXCHG53.cern.ch>, , <0BC70B5D93E054469872FFD0FE07220E0338747B6F@CERNXCHG53.cern.ch> Message-ID: <0BC70B5D93E054469872FFD0FE07220E0338747BAA@CERNXCHG53.cern.ch> The github issue seems to be stalled. Someone claims that it is a Tkinter issue and not an ibus one. V. ________________________________________ From: Tkinter-discuss [tkinter-discuss-bounces+vasilis.vlachoudis=cern.ch at python.org] on behalf of Vasilis Vlachoudis [Vasilis.Vlachoudis at cern.ch] Sent: Sunday, November 20, 2022 09:44 To: Paul Malherbe; tkinter-discuss at python.org Subject: Re: [Tkinter-discuss] Slow tk applications... Many thanks! indeed ibus was the "culprit" stopping it everything went back to normal Vasilis ___________________________________ From: Tkinter-discuss [tkinter-discuss-bounces+vasilis.vlachoudis=cern.ch at python.org] on behalf of Paul Malherbe [paul at tartan.co.za] Sent: Sunday, November 20, 2022 08:04 To: tkinter-discuss at python.org Subject: Re: [Tkinter-discuss] Slow tk applications... Hi Maybe this will help. https://github.com/ibus/ibus/issues/2324 I experienced a similar problem and stopping ibus seemed to help. *Regards* *Paul Malherbe* Tartan Systems On 19/11/2022 19:22, Vasilis Vlachoudis wrote: > Hi all, > > in the past months I've noticed a considerable slow-down on drawing of > the TK applications on the latest Ubuntu. > The slow-down is very noticeable during the initial phase of creating > the windows and when the application exits. It takes a couple of seconds > to create one by one all widgets on the screen, as well when I call > close on the main window, the widgets disapear one by one very slowly > (several seconds). Like working over a remote connection. > However once the widgets are created the application is very responsive. > > Did anyone experience something similar? > Is it the python version or tk version? Graphics library > Any ideas on how to debug it? > > cheers > Vasilis > > _______________________________________________ > Tkinter-discuss mailing list > Tkinter-discuss at python.org > https://mail.python.org/mailman/listinfo/tkinter-discuss _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss at python.org https://mail.python.org/mailman/listinfo/tkinter-discuss _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss at python.org https://mail.python.org/mailman/listinfo/tkinter-discuss