Cannot parse a protocol buffers file in python when using the correct .proto file
问题 (see update at bottom) Tilemaker is an OpenStreetMap programme to generate Mapbox vector tiles (which are themselves protocol buffers (pbf) files) from an OSM pbf data file. I have compiled it and used it to create a directory of vector tiles. I cannot parse those files in Python. I created the vector tiles with: tilemaker input.pbf --output=tiles/ Then I created a simple python programme, based on Google's Protocol Buffers Python Tutorial in this way: Compiling the .proto files: mkdir py