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 -- https://mail.python.org/mailman/listinfo/python-list