Gerald Britton wrote:

however, considering what

"import a.module.that.is.quite.nested as myModule"

Won't work since I get the objects at run time


myModule = __import__('whatever.module.imported.at.run.time', globals(), locals(), [], -1)

See http://docs.python.org/library/functions.html#__import__

JM


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to