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

2016-04-07 Thread Nigel Small
This will downgrade gracefully in the next beta release. For versions of 2.7 earlier than 2.7.9, SSL will be unavailable but the library should load correctly. On 5 April 2016 at 13:25, Christoph Pingel wrote: > BTW, I could reproduce this error on my Ubuntu 12.04 Server with Python > 2.7.3, but

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 install "py2neo>2.

[Neo4j] Free text search

2016-04-07 Thread Lennart Borgman
I just came across Neo4j. A quick look did not tell me if it has free text search for the content in the nodes. Does it have that? -- 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 a

[Neo4j] Does neo4j work well with node.js on the server side and angularjs on the client side?

2016-04-07 Thread Jonathan Leaman
Does neo4j work well with node.js on the server side and angularjs on the client side? Does the data returned from Cypher need to be transformed to JSON or do the drives handle that (e.g node-neo4j)? Any other specific considerations or recommendations? -- You received this message because

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 : > Which version of pip/Python are you using? > ssl.SSLContext is only available in Python 2.7.9 or later: