Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
save button: IndexError
#5
It is working smoothly now :) Thank you! Thumbs Up

(Oct-26-2020, 01:05 AM)bowlofred Wrote: Try adding the defaultextension option.

fln = filedialog.asksaveasfilename(initialdir = os.getcwd(), title = 'Save CSV', filetypes = (("CSV File", "*.csv"), ("All Files", "*.*")), defaultextension=True)
Reply


Messages In This Thread
save button: IndexError - by Maryan - Oct-25-2020, 11:23 PM
RE: save button: IndexError - by bowlofred - Oct-25-2020, 11:40 PM
RE: save button: IndexError - by Maryan - Oct-26-2020, 12:21 AM
RE: save button: IndexError - by bowlofred - Oct-26-2020, 01:05 AM
RE: save button: IndexError - by Maryan - Oct-26-2020, 01:11 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how to save to multiple locations during save cubangt 1 559 Oct-23-2023, 10:16 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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