Python Forum
FileNotFoundError: [Errno 2] No such file or directory: 'movies.csv'
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FileNotFoundError: [Errno 2] No such file or directory: 'movies.csv'
#6
The logic is a little off as mention bye @buran.
This is a quick and dirty fix,also your del is function not working for me.
if __name__ == "__main__":
    open(FILENAME, 'a').close()
    main()
Output:
C:\code λ python movie.py COMMAND MENU list - List all movies add - Add a movie del - Delete a movie exit - Exit the program Enter Command: add Name: Seven Year: 1995 Seven was added. Enter Command: list 1. Seven (1995) Enter Command: exit Bye! C:\code λ python movie.py COMMAND MENU list - List all movies add - Add a movie del - Delete a movie exit - Exit the program Enter Command: list 1. Seven (1995) Enter Command: add Name: Foo Year: 2000 Foo was added. Enter Command: list 1. Seven (1995) 2. Foo (2000) Enter Command: Exit Bye!
Reply


Messages In This Thread
RE: FileNotFoundError: [Errno 2] No such file or directory: 'movies.csv' - by snippsat - Jul-01-2018, 09:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FileNotFoundError: [Errno 2] No such file or directory although the file exists Arnibandyo 0 787 Aug-12-2024, 09:11 AM
Last Post: Arnibandyo
  "[Errno 2] No such file or directory" (.py file) IbrahimBennani 13 6,046 Jun-17-2024, 12:26 AM
Last Post: AdamHensley
  Error (Errno 2), File upload with the Flask framework and a public IP Username_Python1 0 1,217 Mar-28-2024, 01:46 PM
Last Post: Username_Python1
  FileNotFoundError: [WinError 2] The system cannot find the file specified NewBiee 2 2,981 Jul-31-2023, 11:42 AM
Last Post: deanhystad
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 7,559 Jun-27-2023, 01:17 PM
Last Post: diver999
  Extract file only (without a directory it is in) from ZIPIP tester_V 1 3,776 Jan-23-2023, 04:56 AM
Last Post: deanhystad
Thumbs Up Need to compare the Excel file name with a directory text file. veeran1991 1 1,967 Dec-15-2022, 04:32 PM
Last Post: Larz60+
  no such file or directory in SFTP saisankalpj 2 2,540 Nov-25-2022, 11:07 AM
Last Post: DeaD_EyE
Photo Making Zip file of a file and Directory Nasir 2 1,730 Oct-07-2022, 02:01 PM
Last Post: Nasir
  Failed to execute child process (No such file or directory) uriel 1 2,358 Sep-15-2022, 03:48 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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