TKMessageBox, and TKINTER console?

Ivan Van Laningham ivanlan at callware.com
Mon Apr 17 19:05:01 EDT 2000


Hi All--

Benjamin Schollnick wrote:
> 
> Folks,
> 

[bobbitry]

>         I've tried a variety of different things to get rid of it...For
> example, calling
> junk= TK.tk() to a variable, and passing it as "master=junk", or as
> "parent=junk"
> in the code...
> 
>         I'm not sure if there is anyway to get rid of that darn console.
> 
>         Anyone got some suggestions for a really confused first time
> Tkinter'er?
> 

root=Tk()
...blah,blah,blah
...build your popups here....
root.withdraw()
root.mainloop()


<or-you-could-put-something-useful-in-that-blank-space>-ly y'rs,
Ivan
----------------------------------------------
Ivan Van Laningham
Callware Technologies, Inc.
http://www.pauahtun.org 
http://www.foretec.com/python/workshops/1998-11/proceedings.html
Army Signal Corps:  Cu Chi, Class of '70
Author:  Teach Yourself Python in 24 Hours




More information about the Python-list mailing list