On Thu, Sep 23, 2021 at 4:20 AM Dennis Lee Bieber <wlfraed at ix.netcom.com> wrote: > > The other alternative may be > https://docs.python.org/3/library/functions.html#__import__ > I wouldn't recommend calling a dunder. If you just want to pass a text string and get back a module, importlib is a better choice. ChrisA