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


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

No request in module urllib ?

Started byVincent Vande Vyvre <vincent.vande.vyvre@telenet.be>
First post2015-09-04 03:56 +0200
Last post2015-09-04 03:56 +0200
Articles 1 — 1 participant

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


Contents

  No request in module urllib ? Vincent Vande Vyvre <vincent.vande.vyvre@telenet.be> - 2015-09-04 03:56 +0200

#95988 — No request in module urllib ?

FromVincent Vande Vyvre <vincent.vande.vyvre@telenet.be>
Date2015-09-04 03:56 +0200
SubjectNo request in module urllib ?
Message-ID<mailman.111.1441332217.8327.python-list@python.org>
Hi,

Python 3.2.3 (default, Jun 18 2015, 21:46:42)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import urllib
 >>> urllib.request.urlopen('http://example.org')
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'request'

Same error with Python 3.4.0

[toc] | [standalone]


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


csiph-web