On Tue, 21 Jun 2022 at 09:22, Wolfgang Grafen wrote:
> I am an experienced Python user and struggle with following statement:
>
> >>> from tklib import *
> Traceback (most recent call last):
> File "", line 1, in
> ModuleNotFoundError: No module named 'tklib'
[...]
> I did not find a python mo
On Mon, 20 Jun 2022 15:43:26 -0700 (PDT), Wolfgang Grafen
declaimed the following:
>
>There are numerous examples using "from tklib import *" so I assume it works
>for most. In the tk-tutorial below tklib is used without special explanation,
>so I assume it should be installed by default with e
On 2022-06-20 23:43, Wolfgang Grafen wrote:
Hello all,
I am an experienced Python user and struggle with following statement:
from tklib import *
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'tklib'
I tried to import tklib as shown above on fol