Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Problem with routeSampler.py

Most likely this is a Windows-misconfiguration which prevents all the command line options from being passed to python.
The workaround is to call python explicitly:
"python routeSampler.py -r Routes.xml --edgedata-files Edge.xml -o Flows.xml"


Am Mo., 29. Nov. 2021 um 10:00 Uhr schrieb Nicoló Avogadro <nicoavo95@xxxxxxxxx>:
Dear all,

I am writing to enquire about an error I have encountered with the routesampler.py command. In detail, once I run the command routeSampler.py -r Routes.xml --edgedata-files Edge.xml -o Flows.xml from the command line I don't get any result but I always see the help file on the screen.
What could be the cause?

Thank you very much
Nicolò
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top