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


Groups > comp.lang.python > #102493 > unrolled thread

Re: problem in installing python

Started byJoel Goldstick <joel.goldstick@gmail.com>
First post2016-02-04 08:47 -0500
Last post2016-02-04 08:47 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#102493 — Re: problem in installing python

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2016-02-04 08:47 -0500
SubjectRe: problem in installing python
Message-ID<mailman.61.1454593681.30993.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web