Skip to content

Instantly share code, notes, and snippets.

@neilkod
Created February 26, 2012 16:31
Show Gist options
  • Save neilkod/1917507 to your computer and use it in GitHub Desktop.
Save neilkod/1917507 to your computer and use it in GitHub Desktop.
bulbs error
using example at http://bulbflow.com/api/
nkodner@hadoop4 gremlin$ sudo easy_install bulbs
Password:
Searching for bulbs
Best match: bulbs 0.2.2
Processing bulbs-0.2.2-py2.7.egg
bulbs 0.2.2 is already the active version in easy-install.pth
Using /Library/Python/2.7/site-packages/bulbs-0.2.2-py2.7.egg
Processing dependencies for bulbs
Finished processing dependencies for bulbs
nkodner@hadoop4 gremlin$ python
Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import bulbs
>>> from bulbs.neo4jserver import Graph
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named neo4jserver
>>>
@espeed
Copy link

espeed commented Feb 26, 2012

Hi Neil -

Bulbs 0.3 supports Neo4j Server and Rexster, and Bulbs 0.2.x is Rexster only. Bulbs 0.3 is in GithHub master (https://github.com/espeed/bulbs) -- as you can see, PyPi is still 0.2.2.

Right now I'm working on the 0.3 docs, and once they are all online at http://bulbflow.com, I'll switch PyPi over to 0.3.

Here's an 0.3 example: https://gist.github.com/1774019

  • James

@neilkod
Copy link
Author

neilkod commented Feb 26, 2012 via email

@espeed
Copy link

espeed commented Feb 26, 2012

Yeah, the ecosystem is rather large and takes a bit to wrap your head around -- I'll address how it all fits together in the upcoming docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment