On Sat, Sep 20, 2008 at 9:42 PM, Pradeep Gowda <[EMAIL PROTECTED]> wrote:
> [..] > Also don't forget the hash-bang at the top of the file : #! /usr/bin/env > python > > This line tells the OS which program to use launch the script. > > Scripts are First Class citizens in *NIX world. So, not every program has > to be an executable. > This does have some 'limitations' though. There are a lot of people who just want to run their 'applications' without dependency problems and such. Being able to 'bundle' your software along with everything it needs into one binary blob is what some people want to do. -- ~noufal
_______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
