On Sat, Jan 25, 2014 at 1:15 PM, Joseph <syscon...@gmail.com> wrote:
> I'm using a python script "cdnpayroll.py" but for some reason or another is
> giving me an error:
>
> File "./cdnpayroll.py", line 160
>   '''
>     ^
> SyntaxError: invalid syntax
>
> I tried to remove the single quote from several places but I'm still getting
> an error.
>
>  File "./cdnpayroll.py", line 1328
>       ^
> SyntaxError: EOF while scanning triple-quoted string literal

Try changing the shebang from:to
#!/usr/bin/python  /#!/usr/bin/python2
HTH

>
> They used to have a web-page but now all I can find is:
> http://cdnpayroll.gemlog.ca/
> I think it was written by Paul Evans
>
> --
> Joseph
>


-- 
David

Reply via email to