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

ImportError: No module named urllib.parse #52

Closed
firetaker opened this issue Jun 18, 2018 · 0 comments
Closed

ImportError: No module named urllib.parse #52

firetaker opened this issue Jun 18, 2018 · 0 comments

Comments

@firetaker
Copy link

# python 
Python 2.6.6 (r266:84292, Dec  7 2011, 20:48:22) 
[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from qcloud_cos import CosConfig 
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "qcloud_cos/__init__.py", line 1, in <module>
    from .cos_client import CosS3Client
  File "qcloud_cos/cos_client.py", line 14, in <module>
    from six.moves.urllib.parse import quote, unquote
ImportError: No module named urllib.parse
>>> 
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