Bugzilla – Bug 1694
Manual to run ns-3 from python contains a wrong file path for file mixed-wireless.py
Last modified: 2013-06-12 11:46:53 UTC
Created attachment 1607 [details] Patch correcting path to file mixed-wireless.py If we look at ns-3-allinone/ns-3-dev/doc/manual/source/python.rst, under section "Running Python Scripts", we have the below example ./waf --shell python examples/mixed-wireless.py Now, file mixed-wireless.py is in folder examples/wireless and therefore the command should be ./waf --shell python examples/wireless/mixed-wireless.py I have attached a patch with the changes.
fixed in 9824:d6bdd8091038