...@eclipse.org] *On Behalf Of *Harald Schaefer
*Sent:* Tuesday, 16 July 2019 19:12
*To:* sumo-user@eclipse.org
*Subject:* Re: [sumo-user] Using Python tools as reusable libraries
Hi Sasan,
duaIterate is callable as library as well as randomTrips.py
Some script called by duaIterate complain
g
> [mailto:sumo-user-boun...@eclipse.org] *On Behalf Of *Harald Schaefer
> *Sent:* Tuesday, 16 July 2019 19:12
> *To:* sumo-user@eclipse.org
> *Subject:* Re: [sumo-user] Using Python tools as reusable libraries
>
>
>
> Hi Sasan,
>
>
>
> duaIterate is callab
yet I can't use it...
Sasan
From: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] On
Behalf Of Harald Schaefer
Sent: Tuesday, 16 July 2019 19:12
To: sumo-user@eclipse.org
Subject: Re: [sumo-user] Using Python tools as reusable libraries
Hi Sasan,
duaIterate is callable
Hi Sasan,
duaIterate is callable as library as well as randomTrips.py
Some script called by duaIterate complains about missing trips, flows or
routes.
Have you tried calling duaIterate.py with the same parameters from the
command line?
Greetings
Harald
Am 16.07.19 um 10:16 schrieb Sasan Amini:
>
Hi all,
I am trying to use some of the Python scripts provided in the Tools folder of
SUMO in my Python script as libraries. Basically, I want to avoid subprocess
and executing python functions in shell. However, I have difficulties using
them. For example I can use the randomTrips.py as sugges