Python Import Impossibility

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri Apr 13 12:48:55 EDT 2018


On Fri, 13 Apr 2018 12:48:55 +0000, ?? ?? wrote:

> Hello,
> 
> Could you tell me how to import the installed modules ?
> 
> I have successfully installed openpyxl, 

How do you know it was successful?

What did you do to install it?

How many different Python installations do you have on your system?



but When I executed ‘import
> openpyxl’, The following message is displayed:
> Traceback (most recent call last):
>   File "<pyshell#1>", line 1, in <module>
>     import openpyxl
> ModuleNotFoundError: No module named 'openpyxl'
> 
> My folder is formed as follows:
> [cid:image003.png at 01D3D312.38C82830]

There are no attachments permitted on this list.




-- 
Steve




More information about the Python-list mailing list