Re: [Neo] Cannot import NeoService with neo4j.py

2009-08-04 Thread Karan Bhangui
ug 4, 2009 at 11:31 AM, Karan Bhangui >wrote: > > > Perfect! The test script is running without errors :D > > > > I want to thank you a lot for your cooperation and quick fix. Look > > forward to using Neo4J in my project. > > > > One thing though:

Re: [Neo] Cannot import NeoService with neo4j.py

2009-08-04 Thread Karan Bhangui
AM, Tobias Ivarsson wrote: > On Tue, Aug 4, 2009 at 5:24 AM, Karan Bhangui > wrote: > >> Thanks again! >> >> We seem to be making progress :P >> >> With the logger off, i get the following exception: >> >> Traceback (most recent call l

Re: [Neo] Cannot import NeoService with neo4j.py

2009-08-03 Thread Karan Bhangui
, Tobias Ivarsson wrote: > Thanks, that told me everything :) > > Fix committed to trunk. Let me know if you have any further problems. > > Cheers, > Tobias > > On Tue, Aug 4, 2009 at 12:58 AM, Karan Bhangui >wrote: > >> Thanks again Tobias. Here's the output: &

Re: [Neo] Cannot import NeoService with neo4j.py

2009-08-03 Thread Karan Bhangui
ler(logging.StreamHandler()) > neo = NeoService("foo", log=logger, ...) # replace '...' with the rest of > your arguments > > If you could give me the full output of that that would be great. > > Thanks, > Tobias > > On Mon, Aug 3, 2009 at 9:39 AM, Kara

Re: [Neo] Cannot import NeoService with neo4j.py

2009-08-03 Thread Karan Bhangui
3-Aug-09, at 12:36 AM, Tobias Ivarsson wrote: > Hi Karan, > > ´from neo4j import NeoService´ is supposed to work, and works with the > setups I have available. Could you please provide some details about > which > version of CPython you are using and a stack trace for that > Imp

[Neo] Cannot import NeoService with neo4j.py

2009-08-02 Thread Karan Bhangui
Hey guys, I'm trying to work with neo4j using python (neo4j.py module for CPython). I've installed JPype as a dependency and am able to import the `neo4j` module in python. However, when I try from neo4j import NeoService, i get an ImportError. Does anyone know why? Thanks a ton, Karan