Solved
Forum Discussion
Colin_McCrae
9 years agoCommunity Hero
urllib and urllib2 are standard libraries aren't they? Should come bundled with Python.
Assuming you mean install rather than import ....
vikram_u_k
9 years agoContributor
yes.. i meant to Install additional packages.
Thank you for the Inputs.
No need to install anything in this case.
As Colin_McCrae said just use
from urllib.request import what_you_need
urllib.request and urllib.error libraries are native also for Python 3