Hello everyone, I am trying to call a function which is in Traci -> Lane -> getIDList by this line of code in my main.py:
savefile3="result\\parafile-p.txt" f4=open(savefile3,'w') f4.write(str(traci.lane.getIDList) But when I want to compile, it makes an error in the third line of it. Do you have any idea what is the bug here? Thanks a lot in advanced. ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
