Skip to content

Luminosa Logfile Uploader Windows Service

Notifications You must be signed in to change notification settings

PicoQuant/loguploader-service

 
 

Repository files navigation

loguploader

git pull https://github.com/snizzleorg/loguploader-service.git
cd logupdater
pip install -r requirements.txt

then create a file settings.py with the public link for the nextcloud dropbox folder:

public_link=https://<nexcloud-address>

To create an executable which can be run without installing Python first you need pyinstaller which can be installed like so:

pip install pyinstaller

pyinstaller will probably not be found by Windows therefore run it using:

python -m pyinstaller --onefile logupdater.py

This should create dist\logupdater.exe which can be deployed directly without the need to install anything.

for building sthe service:

see here: https://metallapan.se/post/windows-service-pywin32-pyinstaller/

python -m PyInstaller --onefile --hidden-import win32timezone .\loguploaderservice.py

Installing the service

About

Luminosa Logfile Uploader Windows Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.9%
  • Inno Setup 24.1%