I am doing it in Visual Studio Code and it says:
PS C:\Users\Antek> & C:/Users/Antek/AppData/Local/Microsoft/WindowsApps/python3.12.exe "c:/programing, grafika itp/python/project1.py"
Traceback (most recent call last):
File "c:\programing, grafika itp\python\project1.py", line 7, in
for filename in os.listdir(path):
^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3] The system cannot find the path specified: './imgs'
PS C:\Users\Antek>
Do i need to change path or what, if yes i dont know how.
I am doing it in Visual Studio Code and it says: PS C:\Users\Antek> & C:/Users/Antek/AppData/Local/Microsoft/WindowsApps/python3.12.exe "c:/programing, grafika itp/python/project1.py" Traceback (most recent call last): File "c:\programing, grafika itp\python\project1.py", line 7, in
for filename in os.listdir(path):
^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3] The system cannot find the path specified: './imgs'
PS C:\Users\Antek>
Do i need to change path or what, if yes i dont know how.