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

Reply via email to