EXE2PY-Decompiler icon indicating copy to clipboard operation
EXE2PY-Decompiler copied to clipboard

TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

Open fleef-me opened this issue 2 years ago • 0 comments

https://github.com/LookiMan/EXE2PY-Decompiler/blob/093d8820da3843d2d99b603f7080d15b6af398c6/pyinstxtractor.py#L359

/D/p/c/p/t/EXE2PY-Decompiler [master]× » py37 pyinstxtractor.py "exe/.exe" -1- 20:16:17 pyinstxtractor.py:87: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp [>] Processing exe/.exe [>] Pyinstaller version: 2.1+ [>] Python version: 309 [>] Length of package: 26502589 bytes [>] Found 1017 files in CArchive [>] Beginning extraction...please standby Traceback (most recent call last): File "pyinstxtractor.py", line 367, in main() File "pyinstxtractor.py", line 359, in main arch.extractFiles() File "pyinstxtractor.py", line 251, in extractFiles if not os.path.exists(EXTRACTION_DIR): File "/usr/lib/python3.7/genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

fleef-me avatar May 15 '22 13:05 fleef-me