[Pythonmac-SIG] ok, i am stumped!

Just van Rossum just@letterror.com
Sat, 5 Oct 2002 18:36:18 +0200


kevin parks wrote:

> #! /bin/env python
> print 'hello kevin"

Should be #!/usr/bin/env python

[ ... ]
> and even stranger the program seemed to exectute but no
> output. I just got my prompt back.

Mac line endings instead of unix?

Just