Ft.Lib.DistExt.BDistWininst

Modules

base64  os  sys   
distutils  struct  time   

Classes

class BDistWininst(distutils.command.bdist_wininst.bdist_wininst)
create_exe(self, arcname, fullname, bitmap=None)
finalize_options(self)
get_inidata(self)
initialize_options(self)
run(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.BDistWininst'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
command_name = '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.
class TupleType(__builtin__.object)
tuple() -> an empty tuple tuple(sequence) -> tuple initialized from sequence's items

If the argument is a tuple, the return value is the same object.
__add__(...)
__contains__(...)
__eq__(...)
__ge__(...)
__getattribute__(...)
__getitem__(...)
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

Use of negative indices is not supported.
__gt__(...)
__hash__(...)
__le__(...)
__len__(...)
__lt__(...)
__mul__(...)
__ne__(...)
__repr__(...)
__rmul__(...)

Data and other non-method functions defined here:

__doc__ = 'tuple() -> an empty tuple\ntuple(sequence) -> tup... is a tuple, the return value is the same object.'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__new__ = <built-in method __new__ of type object>
class bdist_wininst(distutils.cmd.Command)
create_exe(self, arcname, fullname, bitmap=None)
finalize_options(self)
get_exe_bytes(self)
get_inidata(self)
initialize_options(self)
run(self)

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')]

Functions

create_tree(base_dir, files, mode=511, verbose=0, dry_run=0)
remove_tree(directory, verbose=0, dry_run=0)

Data

EXEDATA = 'TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAA...AAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAA=\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/BDistWininst.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Lib.DistExt.BDistWininst'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_metadata_names = [('Name', 'name'), ('Version', 'version'), ('Summary', 'description'), ('Homepage', 'url'), ('Author', ('maintainer', 'author')), ('Email', ('maintainer_email', 'author_email')), ('License', ('license', 'licence'))]