Traceback (most recent call last):
File "./index.py", line 31, in
world = NECOMAtter("http://localhost:7474")
File "/root/Tools/NECOMAtter/NECOMAtter.py", line 25, in init
self.gdb = neo4j.GraphDatabaseService(url + "/db/data/")
AttributeError: 'module' object has no attribute 'GraphDatabaseService'
Traceback (most recent call last):
File "./index.py", line 31, in
world = NECOMAtter("http://localhost:7474")
File "/root/Tools/NECOMAtter/NECOMAtter.py", line 25, in init
self.gdb = neo4j.GraphDatabaseService(url + "/db/data/")
AttributeError: 'module' object has no attribute 'GraphDatabaseService'