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 |
pyi-makeCOMServer <options> SCRIPT
This will generate a new script drivescript.py and a spec file for the script.
Please see the PyInstaller Manual for more information.
-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) |
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. |
pyi-makespec(1), The PyInstaller Manual, pyinstaller(1)
Project Homepage http://www.pyinstaller.org