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.
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.