Untitled

 avatar
unknown
plain_text
a year ago
1.1 kB
4
Indexable
Traceback (most recent call last):
  File "c:\Users\SECAD\Documents\PROCESSO\pdf_join\main.py", line 77, in <module>
    process_documents(DOCUMENTS_FOLDER, ZIP_FOLDER, OUTPUT_PDF_FOLDER, LOG_FILE)
  File "c:\Users\SECAD\Documents\PROCESSO\pdf_join\main.py", line 62, in process_documents
    extract_and_merge_pdfs(new_zip_path, output_pdf_path)
  File "c:\Users\SECAD\Documents\PROCESSO\pdf_join\main.py", line 17, in extract_and_merge_pdfs
    zip_ref.extractall(temp_dir)
  File "C:\Users\SECAD\AppData\Local\Programs\Python\Python312\Lib\zipfile\__init__.py", line 1721, in extractall
    self._extract_member(zipinfo, path, pwd)
  File "C:\Users\SECAD\AppData\Local\Programs\Python\Python312\Lib\zipfile\__init__.py", line 1778, in _extract_member
    open(targetpath, "wb") as target:
    ^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'temp_pdf\\sPvmu0EztrYwTaPtqDR49K8MZf5PuGZPlH8QHBS7gIOi4HmRgwOH8aHnooVSkAbQzDK2MIiXcaMgAxkG9rz9oWJCgovf2qDmhgxQtW4li6n4RJjLubU_tEQtIGy9gPhXUmXdtRiTnSMQwsf4jPhgsMTz9H39Fz0aLbTOefNl3nqxNMNz0-3BD5c0MMfnFG26ISVXMWQNMBET7l6iPF4OQQ.pdf'
Leave a Comment