Python Forum
Why do i get these errors?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why do i get these errors?
#18
There is a module in the standard library for working with CSV files: https://docs.python.org/3/library/csv.html. You really should familiarise yourself with the standard library docs if you haven't already.

Also, why do you want to stop people reading your script? Who'll be using it anyway? As for stopping edits, can't you just use whatever your OS has for managing permissions? Looks like you're on Windows, so I can't help further with that.
Oshadha likes this post
Reply


Messages In This Thread
Why do i get these errors? - by Oshadha - Dec-15-2020, 07:26 AM
RE: Why do i get these errors? - by buran - Dec-15-2020, 08:54 AM
RE: Why do i get these errors? - by Oshadha - Dec-16-2020, 09:38 AM
RE: Why do i get these errors? - by buran - Dec-16-2020, 09:53 AM
RE: Why do i get these errors? - by Oshadha - Dec-16-2020, 12:36 PM
RE: Why do i get these errors? - by Oshadha - Dec-16-2020, 12:38 PM
RE: Why do i get these errors? - by Oshadha - Dec-16-2020, 12:39 PM
RE: Why do i get these errors? - by Oshadha - Dec-16-2020, 12:41 PM
RE: Why do i get these errors? - by buran - Dec-16-2020, 01:04 PM
RE: Why do i get these errors? - by Oshadha - Dec-16-2020, 01:22 PM
RE: Why do i get these errors? - by Oshadha - Dec-16-2020, 01:28 PM
RE: Why do i get these errors? - by buran - Dec-16-2020, 02:23 PM
RE: Why do i get these errors? - by Oshadha - Dec-16-2020, 02:56 PM
RE: Why do i get these errors? - by buran - Dec-16-2020, 03:07 PM
RE: Why do i get these errors? - by buran - Dec-16-2020, 03:12 PM
RE: Why do i get these errors? - by Oshadha - Dec-17-2020, 03:32 AM
RE: Why do i get these errors? - by ndc85430 - Dec-18-2020, 07:18 AM

Forum Jump:

User Panel Messages

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