On Wed, 12 Jan 2005 10:09:03 +0000, Cory Davis <[EMAIL PROTECTED]> wrote:
> command has been behaving badly.  In the part where it is supposed to 
> adjust the first line of the script it now produces
> 
> #!None
> 
> instead of
> 
> #!/whereverpythonis/python
> 
> Has anyone else encountered this?

I haven't (as I am not using 2.4 :-) )

However, there is an easy way around this, just use

#!/usr/bin env python

instead.


Albert
-- 
Unlike popular belief, the .doc format is not an open publically available 
format.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to