Title: Re: Write a GUI for a python script?

Glurt Wuntal (02.03.2006 15:56):
> I am a newbie with Python. It's a great language, but I would like to be
> able to present a simple gui menu for some of my scripts; something better
> than using 'raw_input' prompts.
>

Another option is to use Jython, which allows you access to Java as well.  So, you can can write the procedural aspects in Python and add GUI support from Java.  You're probably looking for Tkinter, but I thought I'd throw the Jython option out there.

Jeff

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to