Importation de python à partir de la chaîne

import importlib

i = importlib.import_module("matplotlib.text")
Spotless Sloth