Recent content by Thejaswini

  1. T

    Python Error of Execution While Trying to Scrape a Website

    Thanks for your guidance but it's not working
  2. 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'...
Back
Top