scorelab / BellyDynamic

BellyDynamic: A scalable data structure to handle online and offline dynamic graph objects
Apache License 2.0
12 stars 63 forks source link

Missing Module Error #5

Closed iammosespaulr closed 6 years ago

iammosespaulr commented 6 years ago

import MultiGraph as MG ImportError: No module named MultiGraph

Error :solved i made the line as from networkx.classes.multigraph import MultiGraph as MG

agentmilindu commented 6 years ago

@iammosespaulr Can you explain to us how you got this error? What are the steps you followed, etc?

iammosespaulr commented 6 years ago

i ran this command specified in the instruction python ./bellydynamic-adv/SwedenGraph.py

iammosespaulr commented 6 years ago

Error : 2 import NodeAttribute as NodeA ImportError: No module named NodeAttribute

iammosespaulr commented 6 years ago

KInda Solved all the errors <----- Silly mistake