Created
February 26, 2012 16:31
-
-
Save neilkod/1917507 to your computer and use it in GitHub Desktop.
bulbs error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
>>> |
This is great to know. Thanks. I'll give it a shot tonight. I'm a little familiar with neo4j but truthfully am confused by the whole ecosystem. I still have a lot to learn/read.
…Sent from my iPhone
On Feb 26, 2012, at 3:14 PM, James ***@***.*** wrote:
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.2.
Here's an 0.3 example: https://gist.github.com/1774019
- James
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1917507
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
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