On Fri, Apr 1, 2011 at 4:19 PM, Ian Darwin <i...@darwinsys.com> wrote: > #!/usr/bin/python > > doesn't exist on our systems. Not sure what it should - is there a MOD_PY > variable > for the path to the python executable?
Wouldn't "#!/usr/bin/env python" work here? Or is that problematic?