Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Window Not Appearing
#7
(Sep-18-2017, 11:29 PM)Larz60+ Wrote: when you open your save file, use mode 'a' (append)
Now you can just add new people to the end of the file.
It would be even better to use json format, which you can load,
append in memory, and rewrite when done.
There are some good tutorials on json
Here's one I like: https://pymotw.com/3/json/

I'll play with your code a bit and get back soon

Thank you so much! :D
Reply


Messages In This Thread
Window Not Appearing - by MGallo - Sep-18-2017, 10:30 AM
RE: Window Not Appearing - by Lux - Sep-18-2017, 07:24 PM
RE: Window Not Appearing - by MGallo - Sep-18-2017, 10:05 PM
RE: Window Not Appearing - by Larz60+ - Sep-18-2017, 10:32 PM
RE: Window Not Appearing - by MGallo - Sep-18-2017, 10:40 PM
RE: Window Not Appearing - by Larz60+ - Sep-18-2017, 11:29 PM
RE: Window Not Appearing - by MGallo - Sep-19-2017, 02:11 AM
RE: Window Not Appearing - by Larz60+ - Sep-19-2017, 02:44 AM
RE: Window Not Appearing - by Larz60+ - Sep-19-2017, 07:49 PM
RE: Window Not Appearing - by Larz60+ - Sep-20-2017, 09:08 PM
RE: Window Not Appearing - by MGallo - Sep-20-2017, 11:21 PM
RE: Window Not Appearing - by Larz60+ - Sep-22-2017, 07:18 AM
RE: Window Not Appearing - by Larz60+ - Sep-26-2017, 07:52 PM
RE: Window Not Appearing - by Larz60+ - Sep-28-2017, 08:46 AM
RE: Window Not Appearing - by Larz60+ - Sep-30-2017, 07:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 2,153 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  Graph is not appearing in correct frame? garynewport 2 1,185 Jan-11-2023, 11:55 AM
Last Post: garynewport
  Pyspark Window: perform sum over a window with specific conditions Shena76 0 1,280 Jun-13-2022, 08:59 AM
Last Post: Shena76
  Grid Line not appearing at 0 JoeDainton123 1 1,748 Oct-05-2020, 06:41 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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