Hi All,
In my code similar to mininet I have written the import as "from mininext.topo import Topo" and I get the following error
Traceback(most recent call last)
File "example/16router/start.py" ,line 10 ,in
from mininext.topo import Topo
ImportError: No module named mininext.topo
The similar fashion continues for "from mininext.net import MiniNExT" and "from mininet.net import Mininet"
Please if anyone knows the solution for the above error, kindly post it here.
Thanks for your help!!!
Hi All,
In my code similar to mininet I have written the import as "from mininext.topo import Topo" and I get the following error
Traceback(most recent call last)
File "example/16router/start.py" ,line 10 ,in
from mininext.topo import Topo
ImportError: No module named mininext.topo
The similar fashion continues for "from mininext.net import MiniNExT" and "from mininet.net import Mininet"
Please if anyone knows the solution for the above error, kindly post it here.
Thanks for your help!!!