Closed alexandrutarna closed 5 years ago
https://github.com/GeospatialPython/pyshp/blob/85b534c166acddd4e2dc322402fc6f952fd7a1da/shapefile.py#L471 I am getting an error when I try to access the elements of the record. Even if I just try to view the records in the debugger I get the error shown in the image below.
Seems like this method didn't account for that in Python 3, calling dict.values() returns a dictvalues iterator rather than a list. Fixed now, plus better autocomplete results.
Fixed in version 2.1.0
https://github.com/GeospatialPython/pyshp/blob/85b534c166acddd4e2dc322402fc6f952fd7a1da/shapefile.py#L471 I am getting an error when I try to access the elements of the record. Even if I just try to view the records in the debugger I get the error shown in the image below.