r-nikhil / pygoogle

A simple Google search module for Python
16 stars 7 forks source link

install error #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install

root@pygoogle]# python setup.py install
running install
running build
running build_py
running install_lib
copying build/lib/pygoogle.py -> /usr/lib/python2.4/site-packages
byte-compiling /usr/lib/python2.4/site-packages/pygoogle.py to pygoogle.pyc
  File "/usr/lib/python2.4/site-packages/pygoogle.py", line 146
    finally:
          ^
SyntaxError: invalid syntax

Original issue reported on code.google.com by peacekee...@gmail.com on 22 Jun 2013 at 9:42

GoogleCodeExporter commented 9 years ago
pygoogle needs python 2.6 or later

Original comment by kbandla@in2void.com on 20 Mar 2014 at 4:10