On Wed, 27 Feb 2008 15:37:25 +0800
"Rockins Chen" <[EMAIL PROTECTED]> wrote:
> Clearly, I made some typing mistake, it's the shbang line! it should be:
> #!/usr/bin/python

Side topic - if you want portability use the following:

#! /usr/bin/env python

-- 
D'Arcy J.M. Cain <[EMAIL PROTECTED]>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to