-1

I was trying to install tkinter in python 2.7 on Windows 7 using pip. At the time I gave the install command in command prompt it returned : 'Pip' name is not specified Please help

phd
  • 82,685
  • 13
  • 120
  • 165

1 Answers1

0

Open cmd as administrator and run python.In python shell type "pip install python3-tk"(without quotes). U will see tkinter getting installed. also make sure to type pip in lowercase and not in uppercase

Cpt Kitkat
  • 1,392
  • 4
  • 31
  • 50