neo4j-python-driver

Service unavailable error using neo4j driver for python

元气小坏坏 提交于 2019-12-11 15:04:03
问题 I am new to neo4j and trying to execute the demo project(Movie search) provided in neo4j website. While doing so I am getting an error to instantiate neo4j server from python. Alternatively, I am able to up and run neo4j server externally and use it. Please find the python code snippet and error details - import os from json import dumps from flask import Flask, g, Response, request from neo4j.v1 import GraphDatabase, basic_auth app = Flask(__name__, static_url_path='/static/') password = os