Thanks Mr Micheal,

I quite appreciate your timely respone

I installed sumo on ubuntu 14.10 using sudo.apt.get which installed on the
usr/share/sumo folder.

I have the map.net.xml , map.osm, map.poly.xml , trip.trip.xml and
typemap.xml in my home folder i.e home/abdulhameed/

I am following the tutorial on

http://www.techerina.com/2015/03/creating-real-time-vehicular-traffic-simulation-using-sumo.html

but I discovered my sumo folder was elsewhere so I had to use the path
containing my sumo installation. The command and error is as shown below


abdulhameed@abdulhameed-HP-Pavilion-15-Notebook-PC:~/abdulhameed/map$
python /usr/share/sumo/tools/trip/randomTrips.py -n map.net.xml -r
map.rou.xml -e 100 -l
calling  /usr/share/sumo/tools/trip/../../bin/duarouter -n map.net.xml -t
trips.trips.xml -o map.rou.xml --ignore-errors --begin 0 --end 100.0
--no-step-log
Traceback (most recent call last):
  File "/usr/share/sumo/tools/trip/randomTrips.py", line 209, in <module>
    main(get_options())
  File "/usr/share/sumo/tools/trip/randomTrips.py", line 205, in main
    subprocess.call(args)
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
abdulhameed@abdulhameed-HP-Pavilion-15-Notebook-PC:~/abdulhameed/map$

Pls how do I proceed as I am new to sumo.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to