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-1.8.4.tar.gz (3.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Nuitka_winsvc-1.8.4-cp312-cp312-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.12Windows x86-64

File details

Details for the file Nuitka-winsvc-1.8.4.tar.gz.

File metadata

  • Download URL: Nuitka-winsvc-1.8.4.tar.gz
  • Upload date:
  • Size: 3.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for Nuitka-winsvc-1.8.4.tar.gz
Algorithm Hash digest
SHA256 2c9bf5a1e5ba177b5f49adf86150d703b4bb9c9c2fb30cf4b40dc553cef94049
MD5 1a4ada0ce3d7478b0e320403c29b29d4
BLAKE2b-256 c82c0708a6e1ec841ab387f24a31348a331b162b53b55688d7cad0ef9f2c9565

See more details on using hashes here.

File details

Details for the file Nuitka_winsvc-1.8.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for Nuitka_winsvc-1.8.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5e74a4b15726a34ff54755153338f19c3842c32da5813d54356994123481d6ac
MD5 605fee7b71cbec0f6c57daea007916e9
BLAKE2b-256 ea23c5a6a7adb0d1b9616a9e11a7435362a56d997f94a9ceeb06e75dfa4c76de

See more details on using hashes here.

Supported by

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