SyntaxFix
Write A Post
Hire A Developer
Questions
urllib is a standard python library (built-in) so you don't have to install it. just import it if you need to use request by:
urllib
request
import urllib.request
if it's not work maybe you compiled python in wrong way, so be kind and give us more details.