-
class bdist_wininst(distutils.cmd.Command)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.command.bdist_wininst'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize', 'skip-build']
- description = 'create an executable installer for MS Windows'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- user_options = [('bdist-dir=', None, 'temporary directory for creating the distribution'), ('keep-temp', 'k', 'keep the pseudo-installation tree around after creating the distribution archive'), ('target-version=', 'v', 'require a specific python version on the target system'), ('no-target-compile', 'c', 'do not compile .py to .pyc on the target system'), ('no-target-optimize', 'o', 'do not compile .py to .pyo (optimized)on the target system'), ('dist-dir=', 'd', 'directory to put final built distributions in'), ('bitmap=', 'b', 'bitmap to use for the installer instead of python-powered logo'), ('title=', 't', 'title to display on the installer background instead of default')]