alejandroautalan / pygubu

A simple GUI builder for the python tkinter module
MIT License
2.01k stars 213 forks source link

try except on import? #253

Closed matecsaj closed 2 years ago

matecsaj commented 2 years ago

In some example code, I noticed the following.

try:
    import tkinter as tk
except:
    import Tkinter as tk

Should the code generator be doing that?

matecsaj commented 2 years ago

I move this to the correct Issue list.

https://github.com/alejandroautalan/pygubu-designer/issues/94