Jul 28, 2017 · 1 min read
If you’re using Python3 use dict.items() instead of dict.iteritems().
See https://stackoverflow.com/questions/30418481/error-dict-object-has-no-attribute-iteritems-when-trying-to-use-networkx
If you’re using Python3 use dict.items() instead of dict.iteritems().
See https://stackoverflow.com/questions/30418481/error-dict-object-has-no-attribute-iteritems-when-trying-to-use-networkx
Written by