On Fri, Sep 13, 2019 at 10:04:12PM +0200, Andreas Tille wrote:
> try:
>     ttk
>     Tkinter
> except NameError:
>     sys.exit("Need the following installed: Tkinter, tkFileDialog, ttk")
> 
> 
> I have no idea what the call to tkk is supposed to do 
Checking that the name exists.

> and why it ends up in a NameError.
The name doesn't exist, most likely because one of the ImportErrors
didn't happen. And it didn't happen because you ran 2to3 on code that
already supports both 2 and 3, thus turning the py2 parts into the py3
ones...

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to