Suppose I've saved the class name and (don't know how) I've also saved the Class's module (package path or I don't know what's the name for XYZ "from X.Y.Z import ...). How can I construct a new class according to saved informations? If I don't know what Class it could be, only I have the saved Class name? -- http://mail.python.org/mailman/listinfo/python-list
- Creating class instance from module and class name gentlestone
- Re: Creating class instance from module and class... Steven D'Aprano
- Re: Creating class instance from module and c... gentlestone
- Re: Creating class instance from module a... Chris Rebert
- Re: Creating class instance from module a... Steven D'Aprano
- Re: Creating class instance from module a... Bruno Desthuilliers
- Re: Creating class instance from module and c... Diez B. Roggisch