I have installed neo4j and py2neo from command prompt windows as : 'pip install py2neo' and 'pip install noe4j'
Now when i try using it in python as : 'from py2neo import Graph' it gets imported completely fine.
But when i use it as : 'graph = Graph(...