Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] turnFile2EdgeRelations.py error

Hello,

I am using the tool turnFile2EdgeRelations.py to convert old files into the new format of version 1.6, running "C:\Program Files (x86)\Eclipse\Sumo\tools\turn-defs>python turnFile2EdgeRelations.py -t C:\Users\Fay\Desktop\DT\turn-count-data_warm.xml -o C:\Users\Fay\Desktop\DT\new_turncountdata-warm.xml'  but it gives me the following error. I have installed the latest development version.

Traceback (most recent call last):
  File "turnFile2EdgeRelations.py", line 64, in <module>
    main(get_options())
  File "turnFile2EdgeRelations.py", line 55, in main
    for fromEdge in interval.fromEdge:
TypeError: 'NoneType' object is not iterable

Could you help me with it?   

Thank you.
Fay

Back to the top