Re: using import * with GUIs?



John Salerno wrote:
Terry Reedy wrote:

If I were to use Tkinter, I would 'import Tkinter as tk'.

Good idea!

I was kind of excited about Tkinter for a little while...seems very
easy, and it has an event delegation system that I understand! But then
I saw that for a toolbar you use a Frame? And for a status bar you use a
Label? Ick!

I guess if I'm going to learn a GUI, I might as well jump right into
wxPython from the beginning.
Better first look at Qt/PyQt before jumping right into wxPython.
You will at least know what you will be jumping into.

.



Relevant Pages

  • Re: using import * with GUIs?
    ... Terry Reedy wrote: ... I was kind of excited about Tkinter for a little while...seems very easy, and it has an event delegation system that I understand! ... I guess if I'm going to learn a GUI, I might as well jump right into wxPython from the beginning. ...
    (comp.lang.python)
  • Re: GUI Program Error
    ... John Salerno wrote: ... import Tkinter as tk ... root = tk.Tk ... label = tk.Label ...
    (comp.lang.python)