Re: [Neo4j] Re: py2neo and object model

2017-02-21 Thread 'Nigel Small' via Neo4j
Hey Antonina I'm guessing that you're looking at documentation from an earlier version of py2neo. The OGM module has been rewritten in v3 to take advantage of labels (the old one used manual indexes instead) and can now be found at *py2neo.ogm*. You can read up on it here -> http://py2neo.org/v3/o

Re: [Neo4j] Re: py2neo and object model

2017-02-21 Thread Antonina Panayiotou
Hello Nigel. I'm trying to make the example and either i have it as "from py2neo.ext.ogm import Store" or "from flask.ext.neo4j import Neo4j" it throws me the exception "from py2neo.ext.ogm import Store ImportError: No module named ogm " Do you know how to use the ogm extension? i'm working with