Hi Jeff,<br><br>Most people seem to use a combination of py2exe, and either Inno Setup or NSIS.&nbsp; InstallShield is commercial, and, well, you have to pay for it. <br><br>py2exe gives you the python interpreter, and all the libraries your program needs in a tidy little package, so unless the computers you are installing to have python and any external libraries you are using already installed, you will need to use that, or something similar.&nbsp; It lets people just install and run.
<br><br>Inno Setup is easy if&nbsp; you don't need anything fancy, ie a simple install made with it's wizard.&nbsp; Packaging things up with py2exe will likely be the tricky part, at least if you start trimming it down manually, or run into any snags.&nbsp; Otherwise it's a breeze.&nbsp; NSIS has a scripting language built in, which does indeed entail learning another language(sorta).&nbsp; I haven't used it, however, so there could be lots you can do without touching the scripting bit.
<br><br>py2exe: <a href="http://starship.python.net/crew/theller/py2exe/">http://starship.python.net/crew/theller/py2exe/
</a><br>NSIS: <a href="http://nsis.sourceforge.net/">http://nsis.sourceforge.net/</a><br><br>Good luck!<br><br><div><span class="gmail_quote">On 9/21/05, <b class="gmail_sendername">Jeff Peery</b> &lt;<a href="mailto:jeffpeery@yahoo.com">


jeffpeery@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;">
<p>Hello, I want to create an installation program. Can anyone tell me what the best program would be to use... maybe inno setup or install shield? do these work with python programs? do they require programming in another language? thanks.
</p>
<p>&nbsp;</p>
<p>Jeff</p></blockquote></div>
<br>_______________________________________________<br>Tutor maillist &nbsp;- &nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Tutor@python.org">Tutor@python.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">


http://mail.python.org/mailman/listinfo/tutor</a><br><br><br></blockquote></div><br>