"Gabriel B." <[EMAIL PROTECTED]> writes:
> i have the following code:
>
> Ui.py:
> import Tkinter as Tk
> import UiMainScreen
>
> UiMainScreen.py:
> class UiMainScreen( Tk.Frame ):
>
>
> and i get the following error:
> File "UiMainScreen.py", line 1, in ?
> class UiMainScreen(Tk.Fr
i have the following code:
Ui.py:
import Tkinter as Tk
import UiMainScreen
UiMainScreen.py:
class UiMainScreen( Tk.Frame ):
and i get the following error:
File "UiMainScreen.py", line 1, in ?
class UiMainScreen(Tk.Frame):
NameError: name 'Tk' is not defined
isn't Tk supposed to b