Dynamic module loading
Kevin Dangoor metions dynamic module loading:
…Phillip Eby just released Importing which provides dynamic module loading (it also provides “load object Y from module X specified in python dotted notation string” utility functions, which could eliminate a utility we have in tg.util.)
I’ve looked into this subject before (here and here), but all the solutions seemed to be well beyond my Python skills at the time. Maybe it’s time to revist it.