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
The reason of the code is simple, you CANNOT use pack and grid inside the same class or for the same frame. Thus, use only one.