On Wed, Jan 14, 2009 at 12:36 AM, Krishnakant <krm...@gmail.com> wrote: > On Wed, 2009-01-14 at 00:20 -0800, Chris Rebert wrote: >> Aside from Steven's excellent idea, to use the getattr() technique >> with your module scheme you'd probably also need to use __import__() >> to dynamically import the right module. >> > I would generally import all the modules I would need at the top of the > main module. > then would use getattr(module,class_name) will that work?
Yes, that is how you'd do it in that case. Cheers, Chris -- Follow the path of the Iguana... http://rebertia.com -- http://mail.python.org/mailman/listinfo/python-list