<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Simple question</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hello,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; I am a newbie and am greatly impressed with what little I have seen concerning distutils. You guys did</FONT>
<BR><FONT SIZE=2 FACE="Arial">a phenominal job! </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Here is the question:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I want to install a trivial one module python script like the one below: </FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">from Tkinter import *</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">def clicked():</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; print &quot;I've been clicked&quot;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">t = Tk()</FONT>
<BR><FONT SIZE=2 FACE="Arial">Button(t,</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; text=&quot;click me&quot;,</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; command=clicked ).pack()</FONT>
<BR><FONT SIZE=2 FACE="Arial">t.mainloop()</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">... to a target machine that is a &quot;virgin&quot; win32 box with no python. </FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">Is there a boiler plate setup.py script out there that I can use as a starting point that would give me </FONT>
<BR><FONT SIZE=2 FACE="Arial">Python+Tkinter. </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I have python for windows installed under c:\Python22.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Any help would be greatly appreciated, thanks a lot for distutils !</FONT>
</P>
<BR>
<BR>
<BR>
<BR>

</BODY>
</HTML>