Re: [sumo-user] Uninstalling SUMO

2020-07-07 Thread Harald Schaefer
Hi Dillip, for me it works (sometimes) with spyder3: The first time it takes one try to connect. The second time it complains about an existing connection (the old sumo process is still sitting as Zombie (see ps al) First run: Python 3.8.2 (default, Apr 27 2020, 15:53:34) Type

Re: [sumo-user] stop output and trip output do not match

2020-07-07 Thread Tripplanner Mumbai
Hello, @Harald, thanks for your tips to improve exceptions and dumping. @Jakob, it is suspected that the newer version (updated on July 25) is having issues in retrieving the previous stage attributes, kindly look into it and fix it. thanks and regards, Dillip Rout On Tue, 7 Jul 2020 at 11:37,

Re: [sumo-user] Uninstalling SUMO

2020-07-07 Thread Tripplanner Mumbai
Hello Harald, I resolved the below issue by uninstalling and reinstalling Spyder3. *when I am trying to run the TraCI program from Spyder3 (python IDE), it throws an error that it is unable to connect to TraCI through X port, where X refers to various port numbers. * Thanks for your help. Dillip

Re: [sumo-user] stop output and trip output do not match

2020-07-07 Thread Harald Schaefer
Hi Dillip, in your try/except construct you should print the exception, here are my proposed changes harald@nyc> diff -C1 -b demo-i* *** demo-i_hs.py    2020-07-07 07:50:42.456722800 +0200 --- demo-i.py   2020-07-06 14:24:24.0 +0200 *** *** 8,11   import json