Error of gtfsloader on Windows
laurentg opened this issue · 1 comments
laurentg commented
On some Windows installation the following error occurs when running gtfsdbloader:
File "c:\python27\lib\site-packages\gtfslib\converter.py", line 225,
in _convert_gtfs_model
aval = vars(agency)
TypeError: vars() argument must have __dict__ attribute
laurentg commented
Fixed by 1776812.
For more info, see this post on stackoverflow.