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 <ken...@tds.net> wrote: > On Thu, Jan 15, 2009 at 1:29 AM, Alex Krycek <agent.kry...@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 >
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor