Python Forum
cant save data to text file.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cant save data to text file.
#4
'wt' was foreign to me, I had at some point assumed that the file modes
were the same as 'C' file modes, but then saw the python 'wt' mode after my post.
Learned something new!

That being the case, change writelines to write, writelines expects a list of strings,
while write expects a single string.
Reply


Messages In This Thread
cant save data to text file. - by darktitan - Oct-26-2017, 05:54 PM
RE: cant save data to text file. - by Larz60+ - Oct-26-2017, 09:30 PM
RE: cant save data to text file. - by darktitan - Oct-27-2017, 03:42 AM
RE: cant save data to text file. - by Larz60+ - Oct-27-2017, 08:26 AM
RE: cant save data to text file. - by darktitan - Oct-27-2017, 03:11 PM
RE: cant save data to text file. - by wavic - Oct-27-2017, 03:20 PM
RE: cant save data to text file. - by Larz60+ - Oct-27-2017, 04:33 PM
RE: cant save data to text file. - by darktitan - Oct-27-2017, 04:46 PM
RE: cant save data to text file. - by Larz60+ - Oct-27-2017, 04:49 PM
RE: cant save data to text file. - by darktitan - Oct-27-2017, 05:01 PM
RE: cant save data to text file. - by Larz60+ - Oct-27-2017, 08:37 PM
RE: cant save data to text file. - by darktitan - Oct-28-2017, 02:55 AM
RE: cant save data to text file. - by Larz60+ - Oct-28-2017, 04:24 AM
RE: cant save data to text file. - by darktitan - Oct-28-2017, 06:59 AM
RE: cant save data to text file. - by Larz60+ - Oct-28-2017, 10:35 AM
RE: cant save data to text file. - by darktitan - Oct-28-2017, 12:22 PM
RE: cant save data to text file. - by Larz60+ - Oct-28-2017, 04:56 PM
RE: cant save data to text file. - by darktitan - Oct-28-2017, 05:56 PM
RE: cant save data to text file. - by Larz60+ - Oct-29-2017, 12:53 AM
RE: cant save data to text file. - by Larz60+ - Oct-29-2017, 01:55 AM
RE: cant save data to text file. - by darktitan - Oct-29-2017, 03:05 AM
RE: cant save data to text file. - by Larz60+ - Oct-29-2017, 03:20 AM
RE: cant save data to text file. - by darktitan - Oct-29-2017, 03:23 AM
RE: cant save data to text file. - by Larz60+ - Oct-29-2017, 03:27 AM
RE: cant save data to text file. - by darktitan - Oct-29-2017, 03:34 AM
RE: cant save data to text file. - by Larz60+ - Oct-29-2017, 03:48 AM
RE: cant save data to text file. - by darktitan - Oct-29-2017, 03:57 AM
RE: cant save data to text file. - by Larz60+ - Oct-29-2017, 05:02 AM
RE: cant save data to text file. - by darktitan - Oct-29-2017, 06:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Open/save file on Android frohr 0 354 Jan-24-2024, 06:28 PM
Last Post: frohr
  how to save to multiple locations during save cubangt 1 582 Oct-23-2023, 10:16 PM
Last Post: deanhystad
  save values permanently in python (perhaps not in a text file)? flash77 8 1,280 Jul-07-2023, 05:44 PM
Last Post: flash77
  Save and Close Excel File avd88 0 3,144 Feb-20-2023, 07:19 PM
Last Post: avd88
Thumbs Up Need to compare the Excel file name with a directory text file. veeran1991 1 1,158 Dec-15-2022, 04:32 PM
Last Post: Larz60+
  Save multiple Parts of Bytearray to File ? lastyle 1 975 Dec-10-2022, 08:09 AM
Last Post: Gribouillis
  Modify values in XML file by data from text file (without parsing) Paqqno 2 1,741 Apr-13-2022, 06:02 AM
Last Post: Paqqno
  Converted Pipe Delimited text file to CSV file atomxkai 4 7,073 Feb-11-2022, 12:38 AM
Last Post: atomxkai
  Save data frame to .csv df.to.csv() mcva 1 1,574 Feb-03-2022, 07:05 PM
Last Post: mcva
Sad Want to Save Print output in csv file Rasedul 5 11,095 Jan-11-2022, 07:04 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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