Python Forum
opening a file from a windows desktop folder- error opening file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
opening a file from a windows desktop folder- error opening file
#1
Hi Team,

I am trying to open a file that is available in the desktop folder with the below command but getting an error
that file is not present.

I don't have access to place the input file in the python folder to open the file.

code:
a=r'C:\Users\Charan\Desktop\Python\sample.txt'
b=open(a,'r')
error:
Error:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Charan\\Desktop\\Python\\sample.txt'
Reply
#2
it looks OK and should work given the file exists. Sorry, but can you confirm one more time that file with that name exists at the this location?
(Dec-06-2018, 01:03 AM)Charan007 Wrote: a file that is available in the desktop folder
i.e. is the file on the Desktop or in a Python folder on the Desktop?
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to write variable in a python file then import it in another python file? tatahuft 4 846 Jan-01-2025, 12:18 AM
Last Post: Skaperen
  Can a windows file be 'remapped' in Linux ? jehoshua 3 808 Dec-07-2024, 03:33 AM
Last Post: jehoshua
  How to re-register .py file extension to new moved Python dir (on Windows)? pstein 5 1,210 Nov-06-2024, 03:06 PM
Last Post: DeaD_EyE
  JSON File - extract only the data in a nested array for CSV file shwfgd 2 1,009 Aug-26-2024, 10:14 PM
Last Post: shwfgd
  FileNotFoundError: [Errno 2] No such file or directory although the file exists Arnibandyo 0 788 Aug-12-2024, 09:11 AM
Last Post: Arnibandyo
  Executable file compiled by PyInstaller does not work on Windows 7 amusaber 1 1,596 Jul-11-2024, 02:59 PM
Last Post: DeaD_EyE
  "[Errno 2] No such file or directory" (.py file) IbrahimBennani 13 6,049 Jun-17-2024, 12:26 AM
Last Post: AdamHensley
  Delete file with read-only permission, but write permission to parent folder cubei 6 25,204 Jun-01-2024, 07:22 AM
Last Post: Eleanorreo
  Deleting Windows temp folder Raysz 7 2,866 Apr-02-2024, 12:36 PM
Last Post: Raysz
  Error (Errno 2), File upload with the Flask framework and a public IP Username_Python1 0 1,218 Mar-28-2024, 01:46 PM
Last Post: Username_Python1

Forum Jump:

User Panel Messages

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