Gentoo Archives: gentoo-user

From: David Abbott <dabbott@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cdnpayroll.py
Date: Sat, 25 Jan 2014 19:22:03
Message-Id: CACs9S6ZLrkUXqgWc4+Ud8VbmBLSrMk2WaWsxr3k9PkTZOorfSA@mail.gmail.com
In Reply to: [gentoo-user] cdnpayroll.py by Joseph
1 On Sat, Jan 25, 2014 at 1:15 PM, Joseph <syscon780@×××××.com> wrote:
2 > I'm using a python script "cdnpayroll.py" but for some reason or another is
3 > giving me an error:
4 >
5 > File "./cdnpayroll.py", line 160
6 > '''
7 > ^
8 > SyntaxError: invalid syntax
9 >
10 > I tried to remove the single quote from several places but I'm still getting
11 > an error.
12 >
13 > File "./cdnpayroll.py", line 1328
14 > ^
15 > SyntaxError: EOF while scanning triple-quoted string literal
16
17 Try changing the shebang from:to
18 #!/usr/bin/python /#!/usr/bin/python2
19 HTH
20
21 >
22 > They used to have a web-page but now all I can find is:
23 > http://cdnpayroll.gemlog.ca/
24 > I think it was written by Paul Evans
25 >
26 > --
27 > Joseph
28 >
29
30
31 --
32 David

Replies

Subject Author
Re: [gentoo-user] cdnpayroll.py Joseph <syscon780@×××××.com>