mmcloughlin / finsky

Google Play API for Python
MIT License
60 stars 12 forks source link

Where can i find module "protos"? #3

Closed diman-mich closed 9 years ago

diman-mich commented 9 years ago

Hello! Thanks for finsky packet, but i have such problem at running

File "/Library/Python/2.7/site-packages/finsky/client.py", line 4, in import protos.response_pb2 ImportError: No module named protos.response_pb2

What is "protos". I can't find to download this module in Google. Give me link or pip command please

mghadam commented 9 years ago

Hey,

protos.response_pb2.py is in the finsky/protos directory

diman-mich commented 9 years ago

Thanks, i just didn't get to loook for this module in repository. Pip manager didn't set up module 'protos'.