Tkinter displaying 300 records sluggish

Irene Barg ibarg at as.arizona.edu
Thu Mar 20 16:58:11 EST 2003


Everyone,
Thanks for your comments.  The fix was to just break the result
set into chunks, then provide navigation buttons (<<, <, >, >>)
to page between the chunks. Having to display smaller chunks at
a time gives it a more robust feeling.
Cheers,
--irene

Paul M <pmagwene at speakeasy.net> wrote in message news:<i9GdnUUww5Yrb_CjXTWcpw at speakeasy.net>...
> Anand B Pillai wrote:
> > Hi
> > 
> >  Probably this is out of context. But you should strongly
> > consider using wxPython for these kind of tasks. Speed is not 
> > a virtue of tkinter. I am not familiar with tkinter though I
> > can tell you that wxPython would be surely faster than tkinter
> > for most performance intensive apps.
> > 
> 
> How are you able to make such definitive statements about the speed and 
> appropriateness of tkinter when you're "not familiar with tkinter"?
> 
> --Paul




More information about the Python-list mailing list