Recent content by Thejaswini
-
T
Python Error of Execution While Trying to Scrape a Website
Thanks for your guidance but it's not working- Thejaswini
- Post #3
- Forum: Programming and Computer Science
-
T
Python Error of Execution While Trying to Scrape a Website
I am trying to scrape some website. And this the code i have import urllib2 from bs4 import BeautifulSoup from urllib import URLopener from urllib import FancyURLopener import traceback,sys headers = { 'Accept':'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'...- Thejaswini
- Thread
- Error
- Replies: 3
- Forum: Programming and Computer Science