-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
  • 57,284
  • 10
  • 68
  • 103

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

Saad Ahmed
  • 1,165
  • 1
  • 19
  • 44