LUI icon indicating copy to clipboard operation
LUI copied to clipboard

tkinter import error on Debian 10 - panda3d1.11_1.11 - python3.7

Open PapaMatou opened this issue 6 years ago • 0 comments

On my Debian box, "from Tkinter import tk" does not work because of the capitalized "T". The package to install is python3-tk and the module name is "tkinter" without any capitals.

PapaMatou avatar Oct 03 '19 19:10 PapaMatou