Python Forum
my python is popping up the error FileNotFoundError: [WinError 3] ?
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
my python is popping up the error FileNotFoundError: [WinError 3] ?
#1
import os
path="C:\\User\\Desktop\\sr.txt"
os.chdir(path)
retval=os.getcwd()
print("Directory changed successfully %s" %retval)
#can the members or author of this forum plzz help me iam getting this error even after creating the test file named above on the desktop and i have given the correct path of the file it seems i wanna know how i'm getting this error and how i can resolve the following error
#ERROR:
Traceback (most recent call last):
File "C:\Users\Personal\AppData\Local\Programs\Python\Python36\os.chdir().py", line 3, in <module>
os.chdir(path)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\User\\Desktop\\sr.txt'
Reply


Messages In This Thread
my python is popping up the error FileNotFoundError: [WinError 3] ? - by srinivas135 - Sep-13-2017, 01:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FileNotFoundError: [WinError 2] The system cannot find the file specified NewBiee 2 1,610 Jul-31-2023, 11:42 AM
Last Post: deanhystad
  Need Help: FileNotFoundError:[Errno 2] No such file or directory python202209 5 2,701 Sep-12-2022, 04:50 AM
Last Post: python202209
  WinError 2, since fresh new Windows 10 install alok 1 1,669 Jan-06-2022, 11:20 PM
Last Post: lucasbazan
  popping an iterator Skaperen 11 3,742 Oct-03-2021, 05:08 PM
Last Post: Skaperen
  FileNotFoundError: [Errno 2] No such file or directory: 5l3y3r 6 8,175 Nov-02-2020, 12:48 PM
Last Post: 5l3y3r
  pyarrow throws oserror winerror 193 1 is not a valid win32 application aupres 2 3,812 Oct-21-2020, 01:04 AM
Last Post: aupres
  Shutil FileNotFoundError: Errno 2 Help lord_kaiser 8 10,580 Aug-10-2020, 08:45 AM
Last Post: lord_kaiser
  WinError 87 while running .exe file Timych 0 2,394 Aug-06-2020, 02:36 PM
Last Post: Timych
  Getting FileNotFoundError: [Errno 2] ,if tries to acees same file from sub-directory pmpinaki 2 2,537 May-04-2020, 03:39 PM
Last Post: pmpinaki
  Sublime Text 3 WinError 2 File Specified HelloWorld17 0 2,835 Apr-02-2020, 09:03 AM
Last Post: HelloWorld17

Forum Jump:

User Panel Messages

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