Guest User

Untitled

a guest
Dec 12th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. kmaxwell@godel:~/Desktop/maltego-test/Graphs$ python
  2. Python 2.7.3 (default, Aug 1 2012, 05:14:39)
  3. [GCC 4.6.3] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import igraph
  6. >>> testgraph = Graph.Read_GraphML("Graph1.graphml")
  7. Traceback (most recent call last):
  8. File "<stdin>", line 1, in <module>
  9. NameError: name 'Graph' is not defined
  10. >>> testgraph = igraph.Graph.Read_GraphML("Graph1.graphml")
  11. python: igraph_strvector.c:467: igraph_strvector_size: Assertion `sv->data != 0' failed.
  12. Aborted (core dumped)
Add Comment
Please, Sign In to add comment