Skip to content

GUI won't launch in my unRaid environment #51

@Lonewolf147

Description

@Lonewolf147

I'm running Plex on my unRaid server. I have python installed, I've installed the requirements.txt, but when I run the script I get this error:

Traceback (most recent call last):
File "/mnt/plex/PMS/binhex-plex/posters/helper.py", line 11, in
import customtkinter as ctk
File "/usr/lib/python3.11/site-packages/customtkinter/init.py", line 5, in
from tkinter import Variable, StringVar, IntVar, DoubleVar, BooleanVar
File "/usr/lib64/python3.11/tkinter/init.py", line 38, in
import _tkinter # If this fails your Python may not be configured for Tk
^^^^^^^^^^^^^^^
ImportError: libtk8.6.so: cannot open shared object file: No such file or directory

If I remove the GUI code from the script, then it runs perfectly in command line mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions