Error importing Graph from bulbs.neo4jserver in Python -


i trying run neo4j using gremlin. following 1 of first examples in bulbs documentation, trying import bulbs.neo4jserver .graph. can import bulbs, sees gremlin, fails import graph using command below.

>>> import bulbs >>> bulbs.gremlin <module 'bulbs.gremlin' 'c:\anaconda\lib\site-packages\bulbs\gremlin.pyc'> >>> bulbs.neo4jserver import graph traceback (most recent call last):   file "<interactive input>", line 1, in <module> importerror: cannot import name graph 

i have downloaded , run maven on gremlin , rexster. working in windows 8 python 2.7, anaconda installation.

what else need know?

any appreciated. thanks.

what version of bulbs using?

$ pip freeze | grep bulbs 

you should able this...

$ python python 2.7.5 (default, feb 19 2014, 13:47:28)  type "help", "copyright", "credits" or "license" more information. >>>  >>> bulbs.neo4jserver import graph >>> g = graph() 

Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -