New issue 8 by ewmail...@gmail.com: 'location not found' error for all
requests
http://code.google.com/p/ogmaps/issues/detail?id=8
Just tried out ogmaps for the first time. Running all locations, including
the documented base case fails with 'location not found'.
> python ogmaps.py "plano, tx"
downloading the following location: plano, tx
location not found - aborting
Running on Mac OS X 10.6
In file ogmaps.py change line 111 from
p = re.compile('laddr:"([^"]+)"')
to
p = re.compile("laddr:'([^']+)'")
Then it works.