i want to run this sumo example (Tutorials/TraCI4Traffic Lights)
but when i try to run python runner.py i have this error
Traceback (most recent call last):
File "C:\sumo-win32-0.29.0\sumo-0.29.0\docs\tutorial\traci_tls\runner.py", line 37, in <module>
from sumolib import checkBinary
File "C:\sumo-win32-0.29.0\sumo-0.29.0\tools\sumolib\__init__.py", line 37, in <module>
from . import files, net, output, sensors, shapes
File "C:\sumo-win32-0.29.0\sumo-0.29.0\tools\sumolib\net\__init__.py", line 37, in <module>
from . import lane, edge, node, connection, roundabout
File "C:\sumo-win32-0.29.0\sumo-0.29.0\tools\sumolib\net\lane.py", line 109
raise ValueError, 'edge for this lane not yet defined'
^
SyntaxError: invalid syntax
how can solve it?? thanks alot