Re: [Neo4j] Unable connect to neo4j at `localhost:7687`

2016-12-01 Thread Christoph Pingel
t; You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to neo4j+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optou

[Neo4j] No roles etc. in 3.1 Beta 3?

2016-11-08 Thread Christoph Pingel
Hi, I'm testing neo4j 3.1 beta 3, community edition. :server user list renders a list of users, but the information on roles, status, as well as the password change link are not available. Is there anything I need to change in the settings? TIA, best regards, Christoph -- // Christoph Pingel

[Neo4j] Matching relationships to any element of a path, including start

2016-10-13 Thread Christoph Pingel
Here's a question about efficient queries. I have a graph with information about publications, topics, and persons, among other things. Now I need to extract from this graph who has knowledge about a certain topic. One part of my query matches persons that know about a topic or its sub-topics,

Re: [Neo4j] Anybody currently using Neo4j with Django?

2016-05-18 Thread Christoph Pingel
Jeff, did you try neomodel? https://pypi.python.org/pypi/neomodel/2.0.2 It's built on top of py2neo and supports django models. Haven't worked with it myself, though. 2016-05-18 6:50 GMT+02:00 'Michael Hunger' via Neo4j : > I saw this popping up today, but Nigel also

Re: [Neo4j] Cannot install py2neo: cannot import name SSLContext

2016-04-07 Thread Christoph Pingel
Which version of pip/Python are you using? ssl.SSLContext is only available in Python 2.7.9 or later: https://docs.python.org/2/library/ssl.html#ssl.SSLContext Hope this helps, best regards, Christoph 2016-04-01 0:20 GMT+02:00 Alan Robertson : > Hi, > > When I try and do a pip

Re: [Neo4j] Cannot install py2neo: cannot import name SSLContext

2016-04-07 Thread Christoph Pingel
BTW, I could reproduce this error on my Ubuntu 12.04 Server with Python 2.7.3, but I didn't have to install py2neo there (yet). best, Christoph 2016-04-05 14:24 GMT+02:00 Christoph Pingel <pingel...@gmail.com>: > Which version of pip/Python are you using? > ssl.SSLContext is on