Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launches temporary command window when script is executed #425

Open
katmando911 opened this issue Jul 9, 2024 · 0 comments
Open

Launches temporary command window when script is executed #425

katmando911 opened this issue Jul 9, 2024 · 0 comments

Comments

@katmando911
Copy link

Describe the bug

Running these .py files will generally have Windows associate them with python.exe. This causes a command line window to pup up every time the script is executed. To avoid this, the script can be executed by pythonw.exe instead. The easiest way to do this is to name the files to have a .pyw extension instead of a .py extension. That will cause the script to execute in background and no longer launch a command window that just disappears after a second. Suggest adding this tip to the README

Provide logs
N/A

Link to script with bug/issue
All .py files such as kill_stream.py

To Reproduce

Steps to reproduce the behavior:
Launch a stream that is configured to be killed

Expected behavior
See description

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Windows
  • Python Version 3.12.4
  • Tautulli Version V2.14.3

Additional context
N/A

@katmando911 katmando911 changed the title Launches temporary command window with script is executed Launches temporary command window when script is executed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant