neo4j - Py2neo - get node by id throws error when executed? -
i using python neo4j rest client in project , switched py2neo.
i tried node database id got following error :
attributeerror: 'graphdatabaseservice' object has no attribute 'get_node' i used get_node function (http://nigelsmall.com/_api/py2neo/neo4j.html#py2neo.neo4j.graphdatabaseservice.get_node)
am doing wrong or doc should updated ?
thanks
the link referring wasn't updated according nigel small
for py2neo > v1.5, can node id follows : my_node = graph_db.node(id)
Comments
Post a Comment