Python Import Impossibility

Thomas Jollans tjol at tjol.eu
Fri Apr 13 12:38:15 EDT 2018


On 13/04/18 14:48, ?? ?? wrote:
> Hello,
> 
> Could you tell me how to import the installed modules ?
> 
> I have successfully installed openpyxl, 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]

Is it possible that you installed the module in the wrong Python
installation?



More information about the Python-list mailing list