I'm getting the following error when I import calais:
Traceback (most recent call in last):
File "<stdin>", line 1, in ?
File "/home/rubinsta/lib/python/calais.py", line 23
class Calais():
^
SyntaxError: invalid syntax
Getting rid of the () after the class declarations will solve the problem.
Original issue reported on code.google.com by rubinsztajn on 23 Jun 2009 at 3:46
Original issue reported on code.google.com by
rubinsztajn
on 23 Jun 2009 at 3:46