I am trying to add a GUI input box and I found out that the way you do that is by using a module called tkinter
. While I was trying to install it on my arch linux machine through the ActivePython
package I got the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.6/tkinter/__init__.py", line 36, 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
shell returned 1\