In data 14 giugno 2008 alle ore 22:09:28, Guilherme Polo <[EMAIL PROTECTED]> ha 
scritto:

>>  on Tkinter:
>>    on ScrolledText.ScrolledText(master, width=60, height=37):
>>      insert(END, self.log.getText())
>>      configure(state=DISABLED)
>>      see(END)
>>      pack(fill=BOTH)
>>
>
> Then you have to start guessing from where these names came from.

The same happens with:

from Tkinter import *

which is a fair common instruction...

P.S. Object hierarchy can be a knightmare with or without the new instruction: 
it's a matter of programmer's knowledge base.

Cesare Di Mauro
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to