[EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to