I wrote a Python 2.7 script that uses igraph, but when I tried running in Python 3, it fails as follows:
>>> 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? Thanks, Nate
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
