Note that there are some explanatory texts on larger screens.

plurals
  1. POpython neo4j jvm error
    text
    copied!<p>I am trying to setup neo4j in python 2.7 but have come across an alarming error. I am fairly new to neo4j and python as well as Ubuntu and would really appreciate some help</p> <p>This is the error that I get</p> <pre><code>&gt;&gt;&gt; import neo4j Traceback (most recent call last): File "&lt;pyshell#0&gt;", line 1, in &lt;module&gt; import neo4j File "/usr/local/lib/python2.7/dist-packages/neo4j/__init__.py", line 29, in &lt;module&gt; from neo4j.core import GraphDatabase, Direction, NotFoundException, BOTH, ANY, INCOMING, OUTGOING File "/usr/local/lib/python2.7/dist-packages/neo4j/core.py", line 19, in &lt;module&gt; from _backend import * File "/usr/local/lib/python2.7/dist-packages/neo4j/_backend.py", line 135, in &lt;module&gt; raise Exception("Unable to start JVM, even though I found the JVM path. If you are using windows, this may be due to missing system DLL files, please see the windows installation instructions in the neo4j documentation.",e) Exception: ('Unable to start JVM, even though I found the JVM path. If you are using windows, this may be due to missing system DLL files, please see the windows installation instructions in the neo4j documentation.', TypeError("unsupported operand type(s) for +: 'NoneType' and 'str'",)) </code></pre> <p>I have installed Java 6 Oracle as-well as jpype and as I have said before I am using ubuntu 12.10? Should i set the <strong>JAVA_HOME</strong> and if so how, if not what other suggestions could someone make?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload