Has anyone else experienced difficulty running neo4j.py on Ubuntu 10.10?

I'm having difficulty building the package. I've installed Jython, but
am receiving the following traceback:


$ ~/jython/jython -V
Jython 2.5.2rc2
$ ~/jython/jython setup.py install

setup.py:54: UserWarning: Setuptools is not available.
You will need to make sure that you either have JCC installed prior to
installing Neo4j.py, or that you have JPype installed alongside with
Neo4j.py. With setuptools these could have been automatically installed.

  warnings.warn("""Setuptools is not available.
Traceback (most recent call last):
  File "setup.py", line 146, in <module>
    main()
  File "setup.py", line 134, in main
    args[attr] = pom[attr]
  File "/home/tim/Sources/neo4j-python/pom.py", line 57, in __getitem__
    return self.pattern.sub(lambda match:self[match.groupdict()['var']],
  File "/home/tim/Sources/neo4j-python/pom.py", line 57, in <lambda>
    return self.pattern.sub(lambda match:self[match.groupdict()['var']],
  File "/home/tim/Sources/neo4j-python/pom.py", line 54, in __getitem__
    element = self.parent[path]
  File "/home/tim/Sources/neo4j-python/pom.py", line 91, in __getitem__
    return replacement.get(path, lambda s,x:x)(self, self.__pom[path])
  File "/home/tim/Sources/neo4j-python/pom.py", line 56, in __getitem__
    raise KeyError(path)
KeyError: 'project.artifactId'

Tim McNamara
  @timClicks
  http://timmcnamara.co.nz/
  http://people.sugarlabs.org/~tim/
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to