Jonius7 / SteamUI-OldGlory

A set of customisable Steam Library tweaks, with an installer. Also a reference that you can use to learn how to make your own tweaks.
https://jonius7.github.io
Apache License 2.0
251 stars 5 forks source link

GNU/Linux Issue (python3-tk) #69

Closed gmod64bit closed 3 months ago

gmod64bit commented 1 year ago
[shane@archlinux SteamUI-OldGlory-master]$ ./aids.sh
Traceback (most recent call last):
  File "/home/shane/Downloads/SteamUI-OldGlory-master/old_glory.py", line 1, in <module>
    import tkinter as tk
  File "/usr/lib/python3.10/tkinter/__init__.py", line 37, in <module>
    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

Any ideas how I can fix her up?

This was following this https://github.com/Jonius7/SteamUI-OldGlory/wiki/Linux

Jonius7 commented 1 year ago

You may need to install tk separately, something like: sudo apt-get install python3-tk