Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(5) | Call(0) | Derive(3) | Import(2)
src/r/a/rattail_locsms-0.3.10/setup.py rattail_locsms(Download)
try: import py2exe from py2exe.build_exe import Target except ImportError: pass else: has_py2exe = True class AdminTarget(Target):
src/r/a/rattail.sw.locsms-0.3.7/setup.py rattail.sw.locsms(Download)
try: import py2exe from py2exe.build_exe import Target except ImportError: pass else: has_py2exe = True class AdminTarget(Target):
src/p/y/py2exe2msi-0.0.2/py2exe2msi/command.py py2exe2msi(Download)
class Service(py2exe.build_exe.Target, object): # See http://msdn.microsoft.com/en-us/library/windows/desktop/aa371637%28v=VS.85%29.aspx for details # A service start during startup of the system. START_AUTO = 0x00000002 # A service start when the service control manager calls the StartService function.