[issue45777] Issue in reading files with a path longer than 256 letters after latest update

2021-11-10 Thread Abdullah Alnajim


Abdullah Alnajim  added the comment:

LongPathsEnabled value was already one. This issue comes with the new update 
(3.9.8) [Windows Store version]. I reinstalled the same version (3.9.8) from 
Windows Store, and the issue was still there.
When I tried versions (3.10) and (3.9.7) from 
(https://www.python.org/downloads/), the problem is gone.

--
nosy:  -lukasz.langa

___
Python tracker 
<https://bugs.python.org/issue45777>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45777] Issue in reading files with a path longer than 256 letters after latest update

2021-11-10 Thread Abdullah Alnajim

New submission from Abdullah Alnajim :

After updating python to the latest version, an issue related to reading files 
in long paths (>256 letters) is arisen. Whenever I try to read such a file in 
Windows 11, I got an exception telling me that the file is not there, even 
though it’s there and I allowed windows 11 to accept long paths  (> Max_Path). 
Absolute and relative paths did not work. Projects that were working before 
normally, are no longer working. The exception is “FileNotFoundError: [Errno 2] 
No such file or directory: The_Long_Path_To_The_File,

--
messages: 406078
nosy: Alnajim
priority: normal
severity: normal
status: open
title: Issue in reading files with a path longer than 256 letters after latest 
update
type: behavior
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue45777>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com