My CPython can find setuptools fine.. I wonder if it's just something I've
done incorrectly when I installed Jython.

On 12 January 2011 23:25, Peter Neubauer
<peter.neuba...@neotechnology.com>wrote:

> Tim,
> from the message, it sounds like you should setup
> http://pypi.python.org/pypi/setuptools which will simplify things?
>
> Cheers,
>
> /peter neubauer
>
> GTalk:      neubauer.peter
> Skype       peter.neubauer
> Phone       +46 704 106975
> LinkedIn   http://www.linkedin.com/in/neubauer
> Twitter      http://twitter.com/peterneubauer
>
> http://www.neo4j.org               - Your high performance graph database.
> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>
>
>
> On Wed, Jan 12, 2011 at 11:22 AM, Tim McNamara
> <paperl...@timmcnamara.co.nz> wrote:
> > 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
> >
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to