|
Bugzilla – Full Text Bug Listing |
| Summary: | Manual to run ns-3 from python contains a wrong file path for file mixed-wireless.py | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | moijes12 |
| Component: | documentation | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch correcting path to file mixed-wireless.py | ||
fixed in 9824:d6bdd8091038 |
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.