"fork and exit" needed?

Mike C. Fletcher mcfletch at vrplumber.com
Thu Nov 30 10:18:24 EST 2006


Vincent Delporte wrote:
> On Thu, 30 Nov 2006 15:38:11 +0100, Vincent Delporte <bla at bla.com>
> wrote:
>   
>> Here's my Python rewrite:
>> http://codecomplete.free.fr/asterisk/python_cid.txt
>>     
First line of your script should be:

#! /usr/bin/env python

which is how Linux knows what interpreter to use for the script.

HTH,
Mike

-- 
________________________________________________
  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://www.vrplumber.com
  http://blog.vrplumber.com




More information about the Python-list mailing list