<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>Re: Write a GUI for a python script?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Courier New">Glurt Wuntal (02.03.2006 15:56):</FONT>

<BR><FONT SIZE=2 FACE="Courier New">> I am a newbie with Python. It's a great language, but I would like to be</FONT>

<BR><FONT SIZE=2 FACE="Courier New">> able to present a simple gui menu for some of my scripts; something better</FONT>

<BR><FONT SIZE=2 FACE="Courier New">> than using 'raw_input' prompts.</FONT>

<BR><FONT SIZE=2 FACE="Courier New">></FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">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.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Jeff </FONT>
</P>

</BODY>
</HTML>