Is that the python REST binding or the python binding for a local graph database?
If you run the server you have to work with the REST API (and bindings for that): http://components.neo4j.org/neo4j-server/snapshot/rest.html and here http://docs.neo4j.org/chunked/1.4-SNAPSHOT/rest-api.html one of the python REST bindings is here: https://github.com/jblomo/neo4j-rest-client there are others; http://wiki.neo4j.org/content/Main_Page#Language_and_framework_bindings Cheers Michael Am 22.06.2011 um 19:21 schrieb Khanh Nguyen: > Hi, > > I'm new with neo4j. I set up the server and install python binding for > neo4j. I can monitor the server through my browser. Then I tried to > create 100 nodes in python > >>> with graphdb.transaction: for i in range(100): gb.node() > > but the web interfact doesn't seem to reflect the updates. What am I > missing? Thanks. > > Regards, > > -k > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

