I am working on mininet
when I run miniedit
without sudo
it gives me error
*** Mininet must run as root.
But when I run it as root it gives me a new error
Traceback (most recent call last):
File "./miniedit.py", line 27, in <module>
from mininet.log import info, debug, warn, setLogLevel
ImportError: No module named mininet.log
Please help me resolve this error