Future Python Gui?

Kevin Walzer kw at codebykevin.com
Thu Apr 19 14:10:49 EDT 2007


bcwhite at pobox.com wrote:

> What is the benefit of calling similar widgets for both modules within
> the same code?  Why wouldn't I call everything via Tile?  (i.e. "from
> Tile import *" and not import Tkinter at all)

Because Tile depends on Tkinter, and also, not everything from Tkinter 
is in Tile (text widget, menus, etc).
-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com



More information about the Python-list mailing list