[sumo-user] Can't Access the Configuration file for Runner.py

2017-12-13 Thread NAVEEN RAI via sumo-user
Hi All, I get this error when I run the runner.py file available form the SUMO website and the SUMO-GUI shows  Error: Could not access configuration 'cross.sumocfg'. Quitting (on error). The SUMO-GUI however opens but can’t access the configuration file. File "C:\Users\NAVEEN\Downloads\sumo-0.

Re: [sumo-user] Can't Access the Configuration file for Runner.py

2017-12-14 Thread Jakob Erdmann
Hello, the cross.sumocfg file is in the data subdirectory so you must load it like subprocess.Popen([sumoBinary, "-c", "*data/*cross.sumocfg", ... 2017-12-13 8:18 GMT+01:00 NAVEEN RAI via sumo-user < sumo-u...@lists.sourceforge.net>: > Hi All, > > I get this error when I run the runner.py file