How to pip or easy_install tkinter on Windows

前端 未结 12 775
你的背包
你的背包 2020-11-28 22:31

My Idle is throwing errors that and says tkinter can\'t be imported.

Is there a simple way to install tkinter via pip or

12条回答
  •  北海茫月
    2020-11-28 22:41

    Easiest way to do this:

    cd C:\Users\%User%\AppData\Local\Programs\Python\Python37\Scripts> 
    pip install pythonds 
    

    Screenshot of installing

提交回复
热议问题