Shiro

Results 2 issues of Shiro

I am using python 2.7 and I am trying to `pip install imposm.parser`. The first thing I did was to install protobuf with `pip install protobuf`. That installed version 2.6.1...

I tried printing the players like this: ``` var list = fmCore.Players.ToList(); foreach (var item in list) { Console.WriteLine(item.Firstname); } ``` But nothing prints out. I can print everything exept...