[Tutor] Creating simple windows in XP

Alex Krycek agent.krycek at gmail.com
Thu Jan 15 19:47:32 CET 2009


Thanks for the suggestions guys. I had looked at Tkinter before and liked
that it comes w/ Python. It's just that it's so complex writing anything.
EasyGui is pretty simple, but I relying on standard tools. I liked how in
VB, for example, to open a dialog box you could write:

MsgBox("Text", vbOKOnly, "Title").

I'll probably go with EasyGui. Thanks again.



On Thu, Jan 15, 2009 at 5:33 AM, Kent Johnson <kent37 at tds.net> wrote:

> On Thu, Jan 15, 2009 at 1:29 AM, Alex Krycek <agent.krycek at gmail.com>
> wrote:
> > Hello,
> >
> > I'd like to create very simple GUI's in XP.  For the sake of simplicity,
> I'm
> > trying to avoid downloading and installing anything (although I am
> > considering EasyGui).  To see how well it works, I've tried having my
> > program run a Visual Basic script ( i.e. subprocess.call(someScript.vbs,
> > shell = True) ).  It seemed to work ok. I was just wondering if there was
> a
> > better and/or easier way of doing this.
>
> Tkinter is the only GUI framework that comes with Python. If EasyGUI
> meets your needs, why not use it?
>
> Kent
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090115/3862e6c3/attachment.htm>


More information about the Tutor mailing list