Reputation: 31
I can't seem to get Tkinter to load up in the pip search menu. This is what I have done so far: view>python enviorments>updated/installed setuptools>pip search menu> input"Tkinter" with no luck.Please help, Thanks guys!
Upvotes: 2
Views: 14626
Reputation: 11448
Tkinter should be installed by default, so there's no need to install it.
If you don't have it, open Programs and Features
, find Python and select Change
, then make sure that the Tcl/Tk
option is selected.
Upvotes: 3