Hi John, > Since you know the module (you just imported it), do something > like this: > klas = getattr(mod, "className") > instance = klas() Thanks. I tried something similar, but instead of my way, your way works. ;) Best regards, Lars