Skip to main content

Nuitka but support compile as Windows service

Project description

Nuitka-winsvc User Manual

PyPI PyPI - Python Version License

Nuitka-winsvc is a forked version of Nuitka, it supports compiling EXE as a Windows service.

Install

You can install Nuitka-winsvc by pip:

pip install nuitka-winsvc

Usage

In addition to supporting all the command line arguments of Nuitka, Nuitka-winsvc also provides 7 additional arguments for compiling the Windows services:

  • --windows-service

    Enable Windows service mode, works only when compiling for Windows and onefile mode enabled.

  • --windows-service-name

    Name of the Windows service. If not provided, the target program name will be used as the service name.

  • --windows-service-display-name

    Display name of the Windows service. If not provided, the product name will be attempted to use.

  • --windows-service-description

    Description of the Windows service. If not provided, the file description will be attempted to use.

  • --windows-service-cmdline

    Additional command line arguments that will be passed to the service, such as --config config.json --output output.log .

  • --windows-service-install

    Windows service installation command-line argument. Default value is install .

  • --windows-service-uninstall

    Windows service uninstallation command-line argument. Default value is uninstall .

Use the following command to build a Windows service:

python -m nuitka --onefile --output-dir=build --windows-service --windows-service-name=myservice --windows-service-display-name="My Service" --windows-service-description="This is the description of my service" --windows-service-cmdline="-c config.yml -o output.log" --windows-service-install=install --windows-service-uninstall=uninstall main.py

When the python program is compiled successfully, you can use the following command to install the service:

.\main.exe install

Also you can use the following command to uninstall the service:

.\main.exe uninstall

Note: Administrator privileges is required when installing and uninstalling the Windows services. You should run the above commands as administrator.

The compiled EXE executable file can be run both as a Windows service and as a regular Windows program. However, it is important to note that the Windows service installation and uninstallation command-line arguments which specified by --windows-service-install and --windows-service-uninstall of Nuitka-winsvc compilation arguments will override the original behavior of the program. Therefore, the compiled Python program should avoid using the same command line arguments.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nuitka_winsvc-2.4.7.tar.gz (3.7 MB view details)

Uploaded Source

Built Distribution

Nuitka_winsvc-2.4.7-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

File details

Details for the file nuitka_winsvc-2.4.7.tar.gz.

File metadata

  • Download URL: nuitka_winsvc-2.4.7.tar.gz
  • Upload date:
  • Size: 3.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.2

File hashes

Hashes for nuitka_winsvc-2.4.7.tar.gz
Algorithm Hash digest
SHA256 5dce6042616fe43a6e0e1f628932d7cca9301f0cc4273772a426260146739620
MD5 451de922c3ab4e2f60cba0e17a8b5baa
BLAKE2b-256 3e1a00f568d780ff622fe509418b2c37d27492f90f9bcd268701c8ca425f8572

See more details on using hashes here.

File details

Details for the file Nuitka_winsvc-2.4.7-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for Nuitka_winsvc-2.4.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c7f27ff0f2b1fc5f5a147ea4cc111101a3df54edfa6a4dd0470cc6477142a8fa
MD5 bd0ac82ca56cdca2e01463efa8a60e0e
BLAKE2b-256 271b72104c05a07d9e87622b41ef288d43e7c81a35a14a64ee65464a08728a05

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page