Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 2.7.6 cannot import urllib.requests, urllib.error and urllib.parse #66

Open
shreyas-shinde opened this issue Aug 21, 2018 · 1 comment

Comments

@shreyas-shinde
Copy link

python
Python 2.7.6 (default, Nov 23 2017, 15:49:48)
[GCC 4.8.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import urllib.request
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named request

https://github.com/abenassi/Google-Search-API/blob/master/google/modules/utils.py#L11

Reference: https://stackoverflow.com/questions/36080548/can-not-solve-importerror-no-module-named-request

@antifa-ev
Copy link

Use python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants