So, it would be nice to be able to insert scrollbars into my program (with Tkinter). Right now I'm using labels to display all my long blocks of text, and people flip through pages to get throught it all.
I thought I'd try to add a scrollbar, but it doesn't seem to work with labels, and I have terrible luck getting canvases to work. Any ideas?