Saturday, February 16, 2019

Python: python3 from urllib import unquote cannot import name unquote

I replaced from urllib import unquote by from urllib.parse import unquote in several files and it works!

The urllib version should be tested to make the right import.

No comments: