-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi,
I am using Ubuntu 14.04.
I followed the instruction on Github to build and run OpenNet.
In ./install.sh, It is crushing on waf build for ns3. I built ns3.22 myself and continued the execution of install.sh without ns3. Everything was installed. When I am trying to run python mininet/examples/opennet/wifi/two-ap-one-sw.py, I am getting this error:
File "two-ap-one-sw.py", line 22, in
import mininet.ns3
File "build/bdist.linux-x86_64/egg/mininet/ns3.py", line 45, in
File "/usr/local/lib/python2.7/dist-packages/ns/core.py", line 5, in
from . import _core
ImportError: cannot import name _core
In addition, running wifi-cluster.py is giving this error:
File "wifi-cluster.py", line 12, in
from mininet.opennet import *
File "build/bdist.linux-x86_64/egg/mininet/opennet.py", line 7, in
ImportError: No module named netanim
Any help is appreciated.
Thank you