googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

requests.py

Open labqt001 opened this issue 12 years ago • 1 comments

python search.py earth Traceback (most recent call last): File "search.py", line 10, in from googleplay import GooglePlayAPI File "/home/user/googleplay/googleplay-api-master/googleplay.py", line 7, in import requests ImportError: No module named requests

labqt001 avatar Dec 30 '13 09:12 labqt001

sudo apt-get install python-requests will help you.

RankoR avatar Jan 08 '14 02:01 RankoR