AttributeError: 'NoneType' object has no attribute 'grid'报错解决方案
生活随笔
收集整理的這篇文章主要介紹了
AttributeError: 'NoneType' object has no attribute 'grid'报错解决方案
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1問題描述:
當我們在使用tkinter時經常遇到AttributeError: ‘NoneType’ object has no attribute 'grid’的報錯
2.原因分析:
import grid 導入時,總是提示找不到grid模塊
3.解決辦法:
安裝WXpython塊:
①查閱地址https://pypi.org/project/wxPython/
②選擇版本
復制pip安裝命令
管理員身份運行cmd
完成安裝
測試程序
總結
以上是生活随笔為你收集整理的AttributeError: 'NoneType' object has no attribute 'grid'报错解决方案的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 两步操作解决Python3中openCV
- 下一篇: python-tkinter模块图形分布