<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I need to add a python program 
(web updater+extras) with a window application.</FONT></DIV>
<DIV><FONT face=Arial size=2>The same thing as the Online Lord of the Ring game 
(<A 
href="http://lotrtcg.decipher.com/">http://lotrtcg.decipher.com/</A>).</FONT></DIV>
<DIV><FONT face=Arial size=2>When you install their application, it create a 
subdirectory with very few python files*.dll,*.pyd,*.pyc.:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>_socket.pyd</FONT></DIV>
<DIV><FONT face=Arial size=2>_sre.pyd</FONT></DIV>
<DIV><FONT face=Arial size=2>_tkinter.pyd</FONT></DIV>
<DIV><FONT face=Arial size=2>(laucher.pyc)</FONT></DIV>
<DIV><FONT face=Arial size=2>(lotrotcglaucher.exe)</FONT></DIV>
<DIV><FONT face=Arial size=2>python22.dll</FONT></DIV>
<DIV><FONT face=Arial size=2>PyWinTypes22.dll</FONT></DIV>
<DIV><FONT face=Arial size=2>tcl83.dll</FONT></DIV>
<DIV><FONT face=Arial size=2>tk83.dll</FONT></DIV>
<DIV><FONT face=Arial size=2>win32api.pyd</FONT></DIV>
<DIV><FONT face=Arial size=2>xlib.pyd</FONT></DIV>
<DIV><FONT face=Arial size=2>_MEI\...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Context: I want to add some python capabilities to 
my application, but not force the user to install the full python 
distro.</FONT></DIV>
<DIV><FONT face=Arial size=2>Questions:</FONT></DIV>
<DIV><FONT face=Arial size=2>    1- Are these files sufficient? 
(Too simple to be true!)</FONT></DIV>
<DIV><FONT face=Arial size=2>    2- Is their some registry/path 
entries do perform to setup a minimal python runtime?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Other ideas, examples of how to do it in 
a simple way?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>AL</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>