Reputation: 11
I am not able to run the command $ sudo ~/mininet/examples/miniedit.py in mininet.When I type that command to use miniedit the output comes as Traceback (most recent call last):
File "./mininet/examples/miniedit.py"
, line 63, in
from mininet.log import info, debug, warn, setLogLevel
ImportError: No module named mininet.log
Upvotes: 1
Views: 3096
Reputation: 31
I had the same problem, all I did was change the default file path to desktop /usr/lib/python2.7/dist-packages/mininet/examples
path to Desktop
and it works
Upvotes: 0
Reputation: 89
you have to execute miniedit.py from remote terminal "that has visualization" using ssh .
Upvotes: 0