Tryag File Manager
Home
-
Turbo Force
Current Path :
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
html
/
TMAT
/
Python24
/
py2exe
/
Upload File :
New :
File
Dir
/home/cluster1/data/bu01/1121861/html/TMAT/Python24/py2exe/__init__.pyo
mò ÄW’Ec @ s… d Z d Z d k Z d k Z d k Z d k Z d k Z d e i i f d „ ƒ YZ e e i _ e i i i d ƒ e e i d <d S( s˜ builds windows executables from Python scripts New keywords for distutils' setup function specify what to build: console list of scripts to convert into console exes windows list of scripts to convert into gui exes service list of module names containing win32 service classes com_server list of module names containing com server classes ctypes_com_server list of module names containing com server classes zipfile name of shared zipfile to generate, may specify a subdirectory, defaults to 'library.zip' py2exe options, to be specified in the options keyword to the setup function: unbuffered - if true, use unbuffered binary stdout and stderr optimize - string or int (0, 1, or 2) includes - list of module names to include packages - list of packages to include with subpackages ignores - list of modules to ignore if they are not found excludes - list of module names to exclude dll_excludes - list of dlls to exclude dist_dir - directory where to build the final files typelibs - list of gen_py generated typelibs to include (XXX more text needed) Items in the console, windows, service or com_server list can also be dictionaries to further customize the build process. The following keys in the dictionary are recognized, most are optional: modules (SERVICE, COM) - list of module names (required) script (EXE) - list of python scripts (required) dest_base - directory and basename for the executable if a directory is contained, must be the same for all targets create_exe (COM) - boolean, if false, don't build a server exe create_dll (COM) - boolean, if false, don't build a server dll bitmap_resources - list of 2-tuples (id, pathname) icon_resources - list of 2-tuples (id, pathname) other_resources - list of 3-tuples (resource_type, id, datastring) s 0.6.6Nt Distributionc B s t Z d „ Z RS( Nc C s | i d g ƒ | _ | i d g ƒ | _ | i d g ƒ | _ | i d g ƒ | _ | i d g ƒ | _ | i d g ƒ | _ | i d d ƒ | _ t i i i | | ƒ d S( Nt ctypes_com_servert com_servert servicet windowst consolet isapit zipfiles library.zip( t attrst popt selfR R R R R R R t distutilst distR t __init__( R R ( ( t0 C:\Python24\Lib\site-packages\py2exe\__init__.pyR G s ( t __name__t __module__R ( ( ( R R E s t py2exes distutils.command.py2exe( t __doc__t __version__t distutils.distR t distutils.coret distutils.commandt build_exet sysR R t coret commandt __all__t appendt modules( R R R R R ( ( R t ?5 s -