Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] build.bat cannot find edited osm.net.xml

Hi Users, 

could someone point me to a solutions to this, I am sure probably some silly mistake I made.

1. Downloaded network with webwizard
2. Edited and saved net in netedit (see change in osm.net.xml)
3. Then ran build.bat but receiving an error


MacBook-Pro ~ % bash /Users/peter\ biczok/2021-05-12-11-55-22/build.bat 
Traceback (most recent call last):
  File "/usr/local/opt/sumo/share/sumo/tools/randomTrips.py", line 628, in <module>
    if not main(get_options()):
  File "/usr/local/opt/sumo/share/sumo/tools/randomTrips.py", line 446, in main
    net = sumolib.net.readNet(options.netfile)
  File "/usr/local/Cellar/sumo/1.9.1/share/sumo/tools/sumolib/net/__init__.py", line 816, in readNet
    parse(filename, netreader)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/expatreader.py", line 105, in parse
    source = saxutils.prepare_input_source(source)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/saxutils.py", line 349, in prepare_input_source
    f = urllib.urlopen(source.getSystemId())
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 87, in urlopen
    return opener.open(url)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 215, in open
    return getattr(self, name)(url)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 471, in open_file
    return self.open_local_file(url)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 485, in open_local_file
    raise IOError(e.errno, e.strerror, e.filename)
IOError: [Errno 2] No such file or directory: 'osm.net.xml'


Any thoughts? 
Much appreciated,

Peter.



Back to the top