So I\'m making an rss reader using the tkinter library, and in one of my methods I create a text widget. It displays fine until I try to add scrollbars to it.
Here i
You can't use pack and grid inside the same class or the same frame.use only one