exception zipimport.ZipImportError Exception raised by zipimporter objects. It’s a subclass of
load_module(fullname) Implementation of Loader.load_module().
parent
get_code(fullname) Return the code object for the specified module. Raise ZipImportError if the module couldn’t
module_repr(module) A legacy method which when implemented calculates and returns the given module’s repr, as a string. The
load_module(fullname) Load the module specified by fullname. fullname must be the fully qualified (dotted)
abstractmethod get_filename(fullname) Returns path.
prefix The subpath within the ZIP file where modules are searched. This is the empty string for zipimporter objects which point
find_module(fullname, path) A legacy method for finding a loader for the specified module
runpy.run_module(mod_name, init_globals=None, run_name=None, alter_sys=False) Execute the code of the specified module and return
Page 4 of 15