On Mon, Jun 9, 2008 at 7:39 AM, Gareth <[EMAIL PROTECTED]> wrote: > In the bang line I changed it to this > > #! /opt/csw/bin python > > What I was trying to do was just copy the existing line and just > change the path.
Yes, you should change the path, but you're still missing a '/' here... It should have been: #! /opt/csw/bin/python -- Vincent Legoll _______________________________________________ meld-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/meld-list
