Python Forum
exception during iteration loop
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
exception during iteration loop
#1
i open a file for reading and read it like:
i=open(ifn)
for line in i:
    ...
    ...
it reads over 352000 lines then gets a UnicodeDecodeError exception. i just want to skip that. if it were some statement in the loop body i would put in a try: and do except: pass. but this is the loop control itself. how can i skip the exception this?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
exception during iteration loop - by Skaperen - Oct-23-2018, 06:54 AM
RE: exception during iteration loop - by wavic - Oct-23-2018, 07:37 AM
RE: exception during iteration loop - by Skaperen - Oct-23-2018, 08:26 PM
RE: exception during iteration loop - by Larz60+ - Oct-23-2018, 08:10 AM
RE: exception during iteration loop - by Larz60+ - Oct-23-2018, 08:37 PM
RE: exception during iteration loop - by nilamo - Oct-23-2018, 08:54 PM
RE: exception during iteration loop - by Skaperen - Oct-24-2018, 12:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Inconsistent loop iteration behavior JonWayn 2 1,865 Dec-10-2022, 06:49 AM
Last Post: JonWayn
  saving each iteration of a loop sgcgrif3 3 8,626 Jul-27-2021, 01:02 PM
Last Post: DeaD_EyE
  String slicing and loop iteration divyansh 9 6,297 Jun-07-2020, 10:29 PM
Last Post: divyansh
  Changing a variable's name on each iteration of a loop rix 6 99,337 Jan-03-2020, 07:06 AM
Last Post: perfringo
  Parallel iteration with for loop Josh_Python890 1 2,757 Jul-19-2019, 11:50 PM
Last Post: metulburr
  Multiprocessing my Loop/Iteration (Try...Except) Jompie96 7 5,992 Jun-19-2019, 12:59 PM
Last Post: noisefloor
  First for loop stops after first iteration Divanova94 10 11,612 May-01-2019, 04:27 PM
Last Post: buran
  During handling of the above exception, another exception occurred Skaperen 7 30,461 Dec-21-2018, 10:58 AM
Last Post: Gribouillis
  issue with updating list every iteration of a loop ftrillaudp 2 4,076 Oct-29-2018, 03:23 AM
Last Post: ftrillaudp
  For Loop, execute one time for every loop iteration dragan979 2 5,211 Feb-20-2018, 12:02 PM
Last Post: dragan979

Forum Jump:

User Panel Messages

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