Ahmad Assahab
Ahmad Assahab

Reputation: 11

How to use miniedit in mininet?. Can anyone suggest the commands

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

Answers (2)

Sarmad
Sarmad

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

Mohannad_
Mohannad_

Reputation: 89

you have to execute miniedit.py from remote terminal "that has visualization" using ssh .

Upvotes: 0

Related Questions