Python Forum
function to write the contents of a webpage into a new file
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
function to write the contents of a webpage into a new file
#5
(Dec-01-2016, 09:17 PM)nilamo Wrote: What version of python are you using?  urllib2 was a 2.x thing, and was renamed in 3.x.
That's not the problem here.
If use urllib2 in Python 3.x,
then this error would have been thrown before the error he gets.
>>> import urllib2
Traceback (most recent call last):
 File "<string>", line 301, in runcode
 File "<interactive input>", line 1, in <module>
ImportError: No module named 'urllib2'
Reply


Messages In This Thread
RE: function to write the contents of a webpage into a new file - by snippsat - Dec-01-2016, 09:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question How to Write a function with Pandas? SuperNinja3I3 4 2,369 Jul-03-2022, 02:19 PM
Last Post: ndc85430
  How can I write a function with three parameters? MehmetAliKarabulut 3 2,799 Mar-04-2021, 05:23 PM
Last Post: buran
  about write file wrong (Edit directly online) CNenfan 4 2,540 Jan-29-2021, 05:32 AM
Last Post: deanhystad
  Write to file emilng 1 1,729 Nov-08-2020, 08:44 PM
Last Post: Gribouillis
  Write function to find decryptionkey kotter 3 3,151 Dec-11-2019, 07:04 PM
Last Post: nilamo
  help! function that checks if a file is a bed file, tips so i can code it myself lilyS 1 2,392 May-31-2019, 12:41 PM
Last Post: ichabod801
  write split words of sentence to file bluefrog 1 2,999 Aug-27-2018, 01:28 AM
Last Post: micseydel
  Homework - Read from/Write to file (renamed from Help help help) Amitkafle 1 3,059 Jan-11-2018, 07:24 AM
Last Post: wavic
  how to write a function in python that solves an equation samiraheen 5 9,790 Sep-28-2017, 01:10 AM
Last Post: Mekire
  Write a function sorting(L)? MoIbrahim 11 8,340 Apr-22-2017, 11:45 AM
Last Post: idontreallywolf

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020