Hi,

I am trying to install neo4j-python in ubuntu 9.04.But I am getting these
errors while installing.

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

Please help me out.

Thanks.


--
View this message in context: 
http://neo4j-user-list.438527.n3.nabble.com/Installation-Problems-tp2987559p2987559.html
Sent from the Neo4J User List mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to