<div dir="ltr">On Sat, Sep 20, 2008 at 9:42 PM, Pradeep Gowda <span dir="ltr">&lt;<a href="mailto:pradeep@btbytes.com">pradeep@btbytes.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[..]<br>
Also don&#39;t forget the hash-bang at the top of the file : #! /usr/bin/env python<br>
<br>
This line tells the OS which program to use launch the script.<br>
<br>
Scripts are First Class citizens in *NIX world. So, not every program has to be an executable.<br>
</blockquote></div><br>This does have some &#39;limitations&#39; though. There are a lot of people who just want to run their &#39;applications&#39; without dependency problems and such. Being able to &#39;bundle&#39; your software along with everything it needs into one binary blob is what some people want to do. <br>
<br><br><br>-- <br>~noufal<br><br>
</div>