Tkiner send command

Carl kingprad at mail.com
Mon Apr 8 16:12:21 EDT 2002


Oh yeah! <smacks forehead> That's obviously the best solution - so simple I
completely overlooked it. Thanks a lot!

Carl


"Cameron Laird" <claird at starbase.neosoft.com> wrote in message
news:C9B1D945FE30F374.B5B450B89599A68A.8783B42B36F655C5 at lp.airnews.net...
> In article <3cb0ae7d$1 at news.cc.umr.edu>, Carl <kingprad at mail.com> wrote:
> >I'm having trouble going from the formal specs in the Tcl/Tk Reference to
> >writing an actual Tkinter send command. I just want to start a text
editor,
> >either the Windows default or just notepad.exe. Can someone please give
me
> >an example line of how to use it? Thanks very much!
> .
> .
> .
> Ask the question again.  You're using Tkinter, and you
> want to start notepad, is that right?  In that situa-
> tion, send probably doesn't benefit you; instead, you
> want something like
>   os.system("notepad %s" % filename)
> --
>
> Cameron Laird <Cameron at Lairds.com>
> Business:  http://www.Phaseit.net
> Personal:  http://starbase.neosoft.com/~claird/home.html





More information about the Python-list mailing list