Installed couchdb-python on Ubuntu 10.10, python version 2.6.5; couchdb-dump script correctly dumps a local database, but when running the couchdb-load script, I get ...
api = shodan.Shodan(API_KEY) query = ' '.join(sys.argv[1:]) result = api.search(query) for service in result['matches']: print (service['ip_str'] + " " + service["data"]) ...