Skip to content
documentation.help
Manuals A–ZSearch
Documentation/Python 2.7.13/31. Importing Modules

31. Importing Modules

From Python 2.7.13

previous page next page

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • Python 2.7.13 documentation »
  • The Python Standard Library »

31. Importing Modules

The modules described in this chapter provide new ways to import other Python modules and hooks for customizing the import process.

The full list of modules described in this chapter is:

  • 31.1. imp — Access the import internals
    • 31.1.1. Examples
  • 31.2. importlib – Convenience wrappers for __import__()
  • 31.3. imputil — Import utilities
    • 31.3.1. Examples
  • 31.4. zipimport — Import modules from Zip archives
    • 31.4.1. zipimporter Objects
    • 31.4.2. Examples
  • 31.5. pkgutil — Package extension utility
  • 31.6. modulefinder — Find modules used by a script
    • 31.6.1. Example usage of ModuleFinder
  • 31.7. runpy — Locating and executing Python modules

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • Python 2.7.13 documentation »
  • The Python Standard Library »
© Copyright 1990-2016, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on Dec 17, 2016. Found a bug?
Created using Sphinx 1.4.4.
previous page start next page

Static archive of product and software documentation. Trademarks belong to their respective owners.