I'm having troubleto run this code, can anyone help me?
import sys, urllib, re, urlparse
from urllib import urlretrieve
from BeautifulSoup import BeautifulSoup
it say's ModuleNotFoundError: No module named 'urlparse'
I'm having troubleto run this code, can anyone help me?
import sys, urllib, re, urlparse
from urllib import urlretrieve
from BeautifulSoup import BeautifulSoup
it say's ModuleNotFoundError: No module named 'urlparse'