Just want to add to that...<br><br>As of the day before yesturday I've been using pyInstaller rather then py2exe(which I've used the last few months) I've found some bug that I can't figure out and dont really care to put effort into fixing.. 
<br><br>When I run a py.exe using py2exe from the start menu and the user enters any input.. program crashes without errors.<br>When I run a py.exe directly from the command line, it runs flawless.<br>When I run the script from either the start menu or the command line, it runs flawless. 
<br><br>I appreciate pyInstaller giving a little more interesting icon to my .exe also... but thats just being picky and lazy.<br><br><div><span class="gmail_quote">On 11/15/06, <b class="gmail_sendername">Chris Hengge</b>
 &lt;<a href="mailto:pyro9219@gmail.com">pyro9219@gmail.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;">Because alot of the users here at Intel dont want to admit you can write usable programs in a &quot;scripting&quot; language.. so when they see a .exe they feel comfy... 
<br><br>I'm working on pushing &quot;agile language&quot;... I personally think its more appropriate then scripting =D
<div><span class="e" id="q_10eee6c2543a3892_1"><br><br><div><span class="gmail_quote">On 11/15/06, <b class="gmail_sendername">Alan Gauld</b> &lt;<a href="mailto:alan.gauld@btinternet.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
alan.gauld@btinternet.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;">
<br>&quot;Etrade Griffiths&quot; &lt;<a href="mailto:etrade.griffiths@dsl.pipex.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">etrade.griffiths@dsl.pipex.com</a>&gt; wrote<br>&gt; just finished developing my first app with wxPython and matplotlib
<br>&gt; and now<br>
&gt; trying to create an EXE file using PY2EXE for distribution.<br>&gt; However, this<br>&gt; is proving to be an extremely frustrating experience and I am making<br>&gt; very<br>&gt; little progress.&nbsp;&nbsp;Are there any &quot;simple&quot; alternatives to PY2EXE for
<br>&gt; shipping Python apps to Windows machines?<br><br>There are a few more sophisticated tools around but py2exe is<br>usually considered the easy option.<br><br>But are you sure you really need an EXE?<br>The size of a bundled python install, which can be optionally
<br>loaded if not alteady there, is not excessive in modern PC<br>software terms and many environments nowadays do not<br>use pure exe's - VB, .NET, Java Smalltalk, etc<br><br>So why not just ship Python? And if you writre a lot of code
<br>installing<br>python will use up less memory in the long term since you won't<br>have a copy of the interpreter hiding inside every app!<br><br>Alan G.<br><br><br>_______________________________________________<br>Tutor maillist&nbsp;&nbsp;-&nbsp;&nbsp;
<a href="mailto:Tutor@python.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Tutor@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mail.python.org/mailman/listinfo/tutor</a><br></blockquote></div><br>

</span></div></blockquote></div><br>