As soon as the command randomTrips.py -n sumotest.net.xml -o sumotest.trips.xml is given pycharm is opening, Looking for help Thanks, Abhiram
Asked
Active
Viewed 231 times
1 Answers
0
Probably the file ending ".py" is not properly associated with the python executable. Try python randomTrips.py -n sumotest.net.xml -o sumotest.trips.xml
.

Michael
- 3,510
- 1
- 11
- 23
-
Thanks, for me it worked using **py randomTrips.py** – abhiram manoj k v Jul 08 '21 at 08:06