Movatterモバイル変換


[0]ホーム

URL:


Up one LevelPython Library ReferenceContentsModule IndexIndex

30.12distutils -- Building and installing Python modules

Thedistutils package provides support for building andinstalling additional modules into a Python installation. The newmodules may be either 100%-pure Python, or may be extension moduleswritten in C, or may be collections of Python packages which includemodules coded in both Python and C.

This package is discussed in two separate documents which are includedin the Python documentation package. To learn about distributing newmodules using thedistutils facilities, readDistributing Python Modules; thisincludes documentation needed to extend distutils. To learnabout installing Python modules, whether or not the author made use ofthedistutils package, readInstalling Python Modules.

See Also:

Distributing Python Modules
The manual for developers and packagers of Python modules. This describes how to preparedistutils-based packages so that they may be easily installed into an existing Python installation.

Installing Python Modules
An ``administrators'' manual which includes information on installing modules into an existing Python installation. You do not need to be a Python programmer to read this manual.


Up one LevelPython Library ReferenceContentsModule IndexIndex

Release 2.5.2, documentation updated on 21st February, 2008.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2025 Movatter.jp