[Neo] Can't find index

2010-03-16 Thread Ryan Rosario
Hi, I am using neo4j.py and I created an index using the command index = neo.index(nodes, create=True) When I try to access the index from another script using index = neo.index(nodes) with the same database data directory, I get: Traceback (most recent call last): File incidenceMatrix.py,

Re: [Neo] Can't find index

2010-03-16 Thread Tobias Ivarsson
The create=True parameter is per session at the moment, this is a known issue, and is going to be resolved at some point. It depends on support from the underlying subsystem that is not implemented yet. On Tue, Mar 16, 2010 at 7:09 AM, Ryan Rosario uclamath...@gmail.com wrote: Hi, I am using