Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug when adding node #4

Closed
mewi opened this issue Apr 19, 2016 · 1 comment
Closed

bug when adding node #4

mewi opened this issue Apr 19, 2016 · 1 comment
Labels

Comments

@mewi
Copy link

mewi commented Apr 19, 2016

When I run the sample script I get the following error:

Traceback (most recent call last):
File "test2.py", line 21, in
stream.add_node(node_a,node_b)
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 71, in call
self.commit()
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 83, in commit
self.stream_method.send(self.action())
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 80, in action
return {self.header.value:action_json}
AttributeError: 'str' object has no attribute 'value'

Any idea how to fix this ?

@totetmatt totetmatt added the bug label May 15, 2016
@totetmatt
Copy link
Owner

Issue was due to missing dependency for Python 2.7 version.
It should be fixed now by updating the Library (pip install -U GephiStreamer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants