Python Forum
exception during iteration loop
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
exception during iteration loop
#2
i = open(ifn, errors='replace') # this will replace the character with '?' for example
More here: https://docs.python.org/3/library/functions.html#open

You may like 'backslashreplace'. I presume Wink
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
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,007 Dec-10-2022, 06:49 AM
Last Post: JonWayn
  saving each iteration of a loop sgcgrif3 3 6,749 Jul-27-2021, 01:02 PM
Last Post: DeaD_EyE
  String slicing and loop iteration divyansh 9 4,774 Jun-07-2020, 10:29 PM
Last Post: divyansh
  Changing a variable's name on each iteration of a loop rix 6 84,852 Jan-03-2020, 07:06 AM
Last Post: perfringo
  Parallel iteration with for loop Josh_Python890 1 2,184 Jul-19-2019, 11:50 PM
Last Post: metulburr
  Multiprocessing my Loop/Iteration (Try...Except) Jompie96 7 4,612 Jun-19-2019, 12:59 PM
Last Post: noisefloor
  First for loop stops after first iteration Divanova94 10 8,939 May-01-2019, 04:27 PM
Last Post: buran
  During handling of the above exception, another exception occurred Skaperen 7 26,932 Dec-21-2018, 10:58 AM
Last Post: Gribouillis
  issue with updating list every iteration of a loop ftrillaudp 2 3,082 Oct-29-2018, 03:23 AM
Last Post: ftrillaudp
  For Loop, execute one time for every loop iteration dragan979 2 4,447 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