Cannot use geometry manager pack inside

前端 未结 3 965
梦如初夏
梦如初夏 2020-11-27 18:56

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

3条回答
  •  天命终不由人
    2020-11-27 19:17

    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.

提交回复
热议问题