Package distutils :: Package command :: Module bdist
[hide private]
[frames] | no frames]

Module bdist

distutils.command.bdist

Implements the Distutils 'bdist' command (create a built [binary] distribution).

Classes [hide private]
bdist
Functions [hide private]
 
show_formats()
Print list of available formats (arguments to "--format" option).
Variables [hide private]
  __revision__ = '$Id: bdist.py 37828 2004-11-10 22:23:15Z loewi...

Imports: os, string, IntType, TypeType, BooleanType, CodeType, UnboundMethodType, StringType, BuiltinMethodType, FloatType, DictionaryType, NotImplementedType, BuiltinFunctionType, DictProxyType, GeneratorType, InstanceType, ObjectType, DictType, GetSetDescriptorType, FileType, EllipsisType, StringTypes, ListType, MethodType, TupleType, ModuleType, FrameType, LongType, BufferType, TracebackType, ClassType, MemberDescriptorType, UnicodeType, SliceType, ComplexType, LambdaType, FunctionType, XRangeType, NoneType, Command, DistutilsPlatformError, DistutilsArgError, LibError, DistutilsInternalError, DistutilsSetupError, DistutilsOptionError, DistutilsClassError, DistutilsModuleError, DistutilsFileError, CCompilerError, CompileError, LinkError, DistutilsExecError, DistutilsGetoptError, DistutilsTemplateError, DistutilsError, UnknownFileError, PreprocessError, get_platform


Variables Details [hide private]

__revision__

Value:
'$Id: bdist.py 37828 2004-11-10 22:23:15Z loewis $'