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
            Asked
            
        
        
            Active
            
        
            Viewed 44 times
        
    -1
            
            
        - 
                    1Please show us the command you issue and the output instead of paraphrasing, this makes it easier to see what you are doing and what your system says is wrong. – Jonathan Aug 19 '18 at 07:05
- 
                    You cannot install tkinter with pip. – Bryan Oakley Aug 20 '18 at 15:32
1 Answers
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
 
    