Python - 068 : Locate a module in python

Publié le: 25 juillet 2023
sur la chaîne: The Digital Folks
875
14

Locating a module means finding the directory from which the module is imported. When we import a module the Python interpreter searches for the module in the following manner:

First, it searches for the module in the current directory.
If the module isn’t found in the current directory, Python then searches each directory in the shell variable PYTHONPATH. The PYTHONPATH is an environment variable, consisting of a list of directories.
If that also fails python checks the installation-dependent list of directories configured at the time Python is installed.


Sur cette page du site, vous pouvez voir la vidéo en ligne Python - 068 : Locate a module in python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur The Digital Folks 25 juillet 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 875 fois et il a aimé 14 téléspectateurs. Bon visionnage!