hello,I use 12.10 . actually I solved the problem for downloading package but
know after running
./build.py --enable-examples --enable-testsI have received this error :
Traceback (most recent call last):
File "./build.py", line 170, in <module>
sys.exit(main(sys.argv))
File "./build.py", line 161, in main
build_ns3(config, build_examples, build_tests, args, build_options)
File "./build.py", line 81, in build_ns3
run_command([sys.executable, "waf", "build"] + build_options)
File "/home/zeinab/ns-allinone-3.19/util.py", line 24, in run_command
raise CommandError("Command %r exited with code %i" % (argv, retval))
util.CommandError: Command ['/usr/bin/python', 'waf', 'build'] exited with
codbut in running ./waf -d debug --enable-examples --enable-tests configure
command I don't get errorand also for installing python I do not face any
problem.do u know what is the problem thanksregards
On Wednesday, April 8, 2015 11:29 PM, knudfl <[email protected]> wrote:
> @Zeinab Rezaiefar
> ns3 build prerequisites
Ubuntu 12.10 is an old OS. Was moved to the "Ubuntu museum" a year ago.
Which Ubuntu version are you using ?
The install command for e.g. "python-dev" is :
$ sudo apt-get update && sudo apt-get install python-all-dev
-
--
View this message in context:
http://network-simulator-ns-2.7690.n7.nabble.com/installing-ns3-tp29878p29881.html
Sent from the ns-users mailing list archive at Nabble.com.