Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102493

Re: problem in installing python

From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Subject Re: problem in installing python
Date 2016-02-04 08:47 -0500
Message-ID <mailman.61.1454593681.30993.python-list@python.org> (permalink)
References <CAKbdRk2yrfSc-1GHpVxOpb3shKEdtRAuAuuCJ1O+1Kwk8MNDwQ@mail.gmail.com> <CACL+1askPtNHcr14tz3iRGgY6XCJtU=s-ctRiFma2Vm+bvGVXw@mail.gmail.com> <CAKbdRk3cVGb2r_Kuk9QZ8owv1j-iqgZZdyPCuL7k7ESGGTp=Mw@mail.gmail.com> <CAKbdRk2ZXRq-Hcb6T+K6f6YBd_OZfKAm_xkGgjvBQ2j7bZ4qzQ@mail.gmail.com>

Show all headers | View raw


On Thu, Feb 4, 2016 at 7:22 AM, Salony Permanand <salony.permanand@gmail.com
> wrote:

> hello sir,
> During working on python I need urllib2 for my python version 2.7.11.
> Kindly provide me address from where to download it..
> Thanking you.
>
> Hello Salony,

Since this is a new question, its best to start a new thread with a new
title.  You may also want to drop the 'hello sir' greeting.  Yes, mostly
males here, but some very active women also contribute here.  A simple
hello will suffice

As to urllib2, it is included in python so do this in your program:

import urllib2

You may find that the third party library 'requests' is easier to use


-- 
Joel Goldstick
http://joelgoldstick.com/stats/birthdays

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: problem in installing python Joel Goldstick <joel.goldstick@gmail.com> - 2016-02-04 08:47 -0500

csiph-web