pyi-makeCOMServer

Windows COM Server support for PyInstaller

Author: Giovanni Bajo
Copyright: 2005-2011 by Giovanni Bajo, based on previous work under copyright 2002 McMillan Enterprises, Inc.
Version: PyInstaller 3.0
Manual section:1

SYNOPSIS

pyi-makeCOMServer <options> SCRIPT

DESCRIPTION

This will generate a new script drivescript.py and a spec file for the script.

Please see the PyInstaller Manual for more information.

OPTIONS

-h, --help show this help message and exit
--debug Enable bootloader debug messages, and register COM servers with debug
--verbose Use verbose flag in COM server registration
--out=DIR Where to write the generated script and spec file
-a, --ascii Do not include unicode encoding support (default: included if available)

The next step is to run pyi-build against the generated spec file.

ENVIRONMENT VARIABLES

PYINSTALLER_CONFIG_DIR This changes the directory where PyInstaller caches some files. The default location for this is operating system dependent, but is typically a subdirectory of the home directory.

SEE ALSO

pyi-makespec(1), The PyInstaller Manual, pyinstaller(1)

Project Homepage http://www.pyinstaller.org