Getting File not found error" with zipfile module python

767 Views Asked by At
  File "import.py", line 64, in unzip
  File "zipfile.py", line 1647, in extractall
  File "zipfile.py", line 1701, in _extract_member
FileNotFoundError: [Errno 2] No such file or directory: 

Getting this error for a file while unzipping, The character length for the entire path is 271 characters. Can this be due to long path >? Longpath value is 1 in the registry for Longpathenabled variable.

0

There are 0 best solutions below