|
From: | Nate Reed |
Subject: | [igraph] igraph and python3 |
Date: | Fri, 4 Dec 2015 07:35:40 -0600 |
>>> from igraph import *
>>> g = Graph(directed=True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'Graph' is not defined
Is Python 3 supported? Is there documentation on use of igraph with Python3?
[Prev in Thread] | Current Thread | [Next in Thread] |