load_module for loading packages

Sergey sh0375 at gmail.com
Wed Dec 11 03:05:52 EST 2013


Hi,

If I use load_module for loading module, I can instantiate classes, defined in that module. Is it possible to do the same, if load not a module, but package?

Python documentation for load_module contains description, that load_module can load a package. But I can not find examples, how to work with result of load_module, used for loading a package.

Regards,
Sergey



More information about the Python-list mailing list