Home > other >  Of new inquire of problems when installing easygui
Of new inquire of problems when installing easygui

Time:02-03

I in python (2.7.18) encounter a problem when you install easygui

I first at easygui.sourceforge.net to download the program easygui - 0.97. Zip, decompression on the desktop, get 4 pictures and 2 files: _init_. Py and easygui. Py, I copy two files in the python/lib/site - packages, and then in the IDLE run import easygui, appear error, hint is: importerror: no module named easygui

Excuse me each teacher, where is my problem?

CodePudding user response:

Directly open the CMD window, enter
 PIP install easygui 
is ok

CodePudding user response:

reference 1st floor NoamaNelson response:
directly open the CMD window, enter
 PIP install easygui 
ok

That way, you normally should have downloaded setup. Py, you need to perform the setup, py to install, directly on the python directory doesn't work,

CodePudding user response:

refer to the second floor NoamaNelson response:
Quote: refer to 1st floor NoamaNelson response:
directly open the CMD window, enter
 PIP install easygui 
ok

That way, you normally should have downloaded setup. Py, you need to perform the setup, py to install, directly on the python directory doesn't work,


Has been in the CMD to solve, thank you
  • Related