I'm trying to install easygui for python 3.4.3 but when I put in
cd C:\Users\Blank\Downloads\easygui-0.97.4.zip\easygui-0.97.4
in the command prompt it says
The system cannot find the path specified
I'm trying to install easygui for python 3.4.3 but when I put in
cd C:\Users\Blank\Downloads\easygui-0.97.4.zip\easygui-0.97.4
in the command prompt it says
The system cannot find the path specified
As you forgot some steps in the description of how you tried to install easygui
, I have to guess.
I assume :
easygui-0.97.4.zip
from ... (no importance) and have it in C:\Users\Blank\Downloads\
But as C:\Users\Blank\Downloads\easygui-0.97.4.zip
is a zip file, Windows Explorer can show the content of the zip, but you cannot cd
to it.
So you should explode the zip (*), that normally creates a new directory C:\Users\Blank\Downloads\easygui-0.97.4
and then you should successfully be able to do :
cd C:\Users\Blank\Downloads\easygui-0.97.4
(*) Windows Explorer normally can do it, but you can also use 7Zip for that