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
#2
'sr.txt' is not part of the path, it is the destination. Remove it from the path variable and it will work fine.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#3
i am giving you a warning as this is not the first time a mod spoke to you about it, nor second time you posted code with proper tags. I wont even respond to any of your posts because you are not following the rules.
Recommended Tutorials:
Reply
#4
I see some code.  Is there a question attached?  Or do you just want someone to describe the error message?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  FileNotFoundError: [WinError 2] The system cannot find the file specified NewBiee 2 1,561 Jul-31-2023, 11:42 AM
Last Post: deanhystad
  Need Help: FileNotFoundError:[Errno 2] No such file or directory python202209 5 2,630 Sep-12-2022, 04:50 AM
Last Post: python202209
  WinError 2, since fresh new Windows 10 install alok 1 1,643 Jan-06-2022, 11:20 PM
Last Post: lucasbazan
  popping an iterator Skaperen 11 3,684 Oct-03-2021, 05:08 PM
Last Post: Skaperen
  FileNotFoundError: [Errno 2] No such file or directory: 5l3y3r 6 8,106 Nov-02-2020, 12:48 PM
Last Post: 5l3y3r
  pyarrow throws oserror winerror 193 1 is not a valid win32 application aupres 2 3,776 Oct-21-2020, 01:04 AM
Last Post: aupres
  Shutil FileNotFoundError: Errno 2 Help lord_kaiser 8 10,502 Aug-10-2020, 08:45 AM
Last Post: lord_kaiser
  WinError 87 while running .exe file Timych 0 2,362 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,493 May-04-2020, 03:39 PM
Last Post: pmpinaki
  Sublime Text 3 WinError 2 File Specified HelloWorld17 0 2,810 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